Skip to content

Commit 2ee454a

Browse files
committed
install pip into conda env
1 parent 2846a52 commit 2ee454a

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

.github/actions/setup-test-env/action.yml

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,9 +33,15 @@ runs:
3333
shell: bash -el {0}
3434
run: |
3535
# Install bokeh-fastapi
36-
ls -la .
36+
which pip
3737
echo '#########'
38-
cat pyproject.toml
38+
pip -V
39+
echo '#########'
40+
conda install pip
41+
echo '#########'
42+
which pip
43+
echo '#########'
44+
pip -V
3945
echo '#########'
4046
pip install .
4147
exit 1

0 commit comments

Comments
 (0)