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 343eccc commit adaffbe
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
5 changes: 4 additions & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,12 @@ jobs:
- name: Check-out repository
uses: actions/checkout@v2

- name: Install package
- name: Install packages
run: pip install -r requirements.txt

- name: Install multidim package
run: pip install "."

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

Expand Down
1 change: 0 additions & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,6 @@ mccabe==0.7.0
mdit-py-plugins==0.3.1
mdurl==0.1.2
mistune==2.0.4
multidim @ file:///Users/maciejnasinski/multidim
mypy==0.982
mypy-extensions==0.4.3
myst-nb==0.17.1
Expand Down

0 comments on commit adaffbe

Please sign in to comment.