We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 22e85c0 commit 5cfc579Copy full SHA for 5cfc579
1 file changed
.github/workflows/pycqa.yaml
@@ -48,6 +48,8 @@ jobs:
48
cache: "pip"
49
# testing
50
- name: Install 'testing' dependencies
51
- run: pip install -r package/requirements.testing.txt
+ run: |
52
+ pip install -r package/requirements.testing.txt
53
+ pip install .
54
- name: Testing
55
run: pytest .
0 commit comments