Skip to content

Commit d2530ca

Browse files
committed
chore: install module before pytest
1 parent 8ec5a77 commit d2530ca

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/pycqa.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,8 @@ jobs:
4848
cache: "pip"
4949
# testing
5050
- name: Install 'testing' dependencies
51-
run: pip install -r package/requirements.testing.txt
51+
run: |
52+
pip install -r package/requirements.testing.txt
53+
pip install .
5254
- name: Testing
5355
run: pytest .

0 commit comments

Comments
 (0)