Skip to content

Commit

Permalink
update ci
Browse files Browse the repository at this point in the history
  • Loading branch information
Polkas committed Oct 4, 2023
1 parent bf057d5 commit 343eccc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
uses: actions/checkout@v2

- name: Install package
run: pip install ".[all]"
run: pip install -r requirements.txt

- name: Test with pytest
run: python -m pytest tests --doctest-modules --cov=multidim --cov-report=xml
Expand Down

0 comments on commit 343eccc

Please sign in to comment.