Skip to content

Commit 1708431

Browse files
committed
fix CI
1 parent 7c9461e commit 1708431

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ jobs:
6464
# micromamba-environment-${{ steps.date.outputs.date }}
6565

6666
- name: Install the package
67-
run: pip install --no-deps -e .
67+
run: pip install -e .[test]
6868

6969
- name: Run the tests
7070
run: >-

0 commit comments

Comments
 (0)