Skip to content

Commit a4c3ca8

Browse files
committed
[bfops/share-python-deps]: fix
1 parent b8197eb commit a4c3ca8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ jobs:
111111
- name: Install python deps
112112
run: |
113113
python -m venv venv
114-
venv/pip install -r smoketests/requirements.txt
114+
venv/bin/pip install -r smoketests/requirements.txt
115115
- name: Run smoketests
116116
# Note: clear_database and replication only work in private
117117
run: venv/bin/python -m smoketests ${{ matrix.smoketest_args }} -x clear_database replication teams

0 commit comments

Comments
 (0)