Skip to content

Commit a4430f8

Browse files
committed
fix CI issue
1 parent fc347e5 commit a4430f8

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/ci.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,9 @@ jobs:
6767
cache-environment-key:
6868
micromamba-environment-${{ steps.date.outputs.date }}
6969

70+
- name: Install the package
71+
run: pip install --no-deps -e .
72+
7073
- name: Run the tests
7174
run: >-
7275
pytest -ra --cov --cov-report=xml --cov-report=term --durations=20

0 commit comments

Comments
 (0)