Skip to content

Commit 0d2c188

Browse files
author
ram.yamasani@reachlocal.com
committed
Fix
1 parent f30ee28 commit 0d2c188

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

.github/workflows/ci.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -51,14 +51,14 @@ jobs:
5151
run: |
5252
echo "--- ls -la ---"
5353
ls -la
54-
echo "--- pip freeze ---"
55-
pip freeze
54+
echo "--- pip freeze (.venv) ---"
55+
.venv/bin/pip freeze
5656
echo "--- PYTHONPATH ---"
5757
echo $PYTHONPATH
58-
echo "--- which python ---"
59-
which python
58+
echo "--- which python (.venv) ---"
59+
echo .venv/bin/python
6060
echo "--- pkg_resources location ---"
61-
python -c "import pkg_resources; print(pkg_resources.__file__)"
61+
.venv/bin/python -c "import pkg_resources; print(pkg_resources.__file__)"
6262
6363
# BigQuery start
6464
# - id: 'auth'

0 commit comments

Comments
 (0)