We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5b179e2 commit db10b77Copy full SHA for db10b77
.github/workflows/tests.yml
@@ -33,7 +33,7 @@ jobs:
33
apt update && apt install python3-venv -y
34
python3 -m venv --system-site-packages .venv
35
.venv/bin/python -m pip install -U setuptools pip
36
- .venv/bin/pip install -r requirements-dev.txt
+ .venv/bin/pip install -r requirements-test.txt
37
.venv/bin/pip install .
38
39
- name: Run tests
0 commit comments