Skip to content

Commit

Permalink
move unittest earlier in test sequence
Browse files Browse the repository at this point in the history
  • Loading branch information
Carreau committed Nov 17, 2023
1 parent dcc330c commit b3e5d08
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/python-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -104,16 +104,16 @@ jobs:
git checkout 3fc88d2097bc854ab6bf70c52b3c482849cf8e8f
cd -
papyri build-parser
- uses: actions/download-artifact@v3
with:
name: doc-bundles
path: ~/.papyri/data/

- name: Test with pytest
run: |
pip install scipy dask
pytest --cov=papyri --cov-append
ls -al
- uses: actions/download-artifact@v3
with:
name: doc-bundles
path: ~/.papyri/data/

- name: Misc cli
run: |
coverage run -a -m papyri --help
Expand Down

0 comments on commit b3e5d08

Please sign in to comment.