Skip to content

Commit 39bc743

Browse files
committed
Fix venv command
1 parent 2cf3411 commit 39bc743

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/tests.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
- name: Install dependencies
3232
run: |
3333
apt update && apt install python3-venv -y
34-
python3 -m pip .venv --system-site-packages
34+
python3 -m venv --system-site-packages .venv
3535
.venv/bin/pip install -qr requirements-dev.txt
3636
.venv/bin/pip install .
3737

0 commit comments

Comments
 (0)