We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fc347e5 commit a4430f8Copy full SHA for a4430f8
1 file changed
.github/workflows/ci.yml
@@ -67,6 +67,9 @@ jobs:
67
cache-environment-key:
68
micromamba-environment-${{ steps.date.outputs.date }}
69
70
+ - name: Install the package
71
+ run: pip install --no-deps -e .
72
+
73
- name: Run the tests
74
run: >-
75
pytest -ra --cov --cov-report=xml --cov-report=term --durations=20
0 commit comments