Skip to content

Commit

Permalink
Update ci.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
Polkas authored Oct 4, 2023
1 parent 0257103 commit 211bfd6
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,11 +21,8 @@ jobs:
- name: Check-out repository
uses: actions/checkout@v2

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

- name: Install multidim package
run: pip install "."
run: pip install ".[all]"

- name: Test with pytest
run: python -m pytest tests --doctest-modules --cov=multidim --cov-report=xml
Expand All @@ -50,4 +47,4 @@ jobs:
verbose: true

- name: Build documentation
run: make html --directory docs/
run: make html --directory docs/

0 comments on commit 211bfd6

Please sign in to comment.