We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7c9461e commit 1708431Copy full SHA for 1708431
1 file changed
.github/workflows/ci.yml
@@ -64,7 +64,7 @@ jobs:
64
# micromamba-environment-${{ steps.date.outputs.date }}
65
66
- name: Install the package
67
- run: pip install --no-deps -e .
+ run: pip install -e .[test]
68
69
- name: Run the tests
70
run: >-
0 commit comments