We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b8197eb commit a4c3ca8Copy full SHA for a4c3ca8
.github/workflows/ci.yml
@@ -111,7 +111,7 @@ jobs:
111
- name: Install python deps
112
run: |
113
python -m venv venv
114
- venv/pip install -r smoketests/requirements.txt
+ venv/bin/pip install -r smoketests/requirements.txt
115
- name: Run smoketests
116
# Note: clear_database and replication only work in private
117
run: venv/bin/python -m smoketests ${{ matrix.smoketest_args }} -x clear_database replication teams
0 commit comments