Skip to content

Commit 4f36fb3

Browse files
committed
Issue danielfrg#135 make test workflow lighter: only install necessary deps
1 parent 68c96f7 commit 4f36fb3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
run: |
3737
python -m pip install --upgrade pip
3838
pip --version
39-
pip install -U -r requirements-dev.txt
39+
pip install -U pytest pytest-cov
4040
pip freeze
4141
4242
- name: Build package

0 commit comments

Comments
 (0)