Skip to content

Commit 9aca3b7

Browse files
committed
[bfops/share-python-deps]: review
1 parent e7f9f9f commit 9aca3b7

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -109,12 +109,10 @@ jobs:
109109
with: { python-version: '3.12' }
110110
if: runner.os == 'Windows'
111111
- name: Install python deps
112-
run: |
113-
python -m venv venv
114-
venv/bin/pip install -r smoketests/requirements.txt
112+
run: python -m pip install -r smoketests/requirements.txt
115113
- name: Run smoketests
116114
# Note: clear_database and replication only work in private
117-
run: venv/bin/python -m smoketests ${{ matrix.smoketest_args }} -x clear_database replication teams
115+
run: python -m smoketests ${{ matrix.smoketest_args }} -x clear_database replication teams
118116
- name: Stop containers (Linux)
119117
if: always() && runner.os == 'Linux'
120118
run: docker compose -f .github/docker-compose.yml down

0 commit comments

Comments
 (0)