We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2cf3411 commit 39bc743Copy full SHA for 39bc743
.github/workflows/tests.yml
@@ -31,7 +31,7 @@ jobs:
31
- name: Install dependencies
32
run: |
33
apt update && apt install python3-venv -y
34
- python3 -m pip .venv --system-site-packages
+ python3 -m venv --system-site-packages .venv
35
.venv/bin/pip install -qr requirements-dev.txt
36
.venv/bin/pip install .
37
0 commit comments