Skip to content

Commit db10b77

Browse files
committed
Install only test dependencies
1 parent 5b179e2 commit db10b77

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
@@ -33,7 +33,7 @@ jobs:
3333
apt update && apt install python3-venv -y
3434
python3 -m venv --system-site-packages .venv
3535
.venv/bin/python -m pip install -U setuptools pip
36-
.venv/bin/pip install -r requirements-dev.txt
36+
.venv/bin/pip install -r requirements-test.txt
3737
.venv/bin/pip install .
3838
3939
- name: Run tests

0 commit comments

Comments
 (0)