Skip to content

Commit

Permalink
miss iisignature depedency
Browse files Browse the repository at this point in the history
  • Loading branch information
anh-tong committed Mar 27, 2024
1 parent 7588949 commit 5958ee4
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,10 @@ jobs:
python -m pip install --upgrade setuptools pip wheel
python -m pip install .[test]
- name: Install iisignature for testing
run: |
python -m pip install iisignature
- name: Test package
run: >-
python -m pytest -ra --cov --cov-report=xml --cov-report=term
Expand Down

0 comments on commit 5958ee4

Please sign in to comment.