Skip to content

Commit

Permalink
rewrite GitHub Action using pytest
Browse files Browse the repository at this point in the history
  • Loading branch information
astanin committed Sep 26, 2024
1 parent 4bd335c commit 8cd28a3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/github-actions-tox.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,6 @@ jobs:
run: |
python -m pip install --upgrade pip
python -m pip install pytest numpy pandas
python -m pip install tox tox-gh
- name: Test with tox
run: tox
- name: Run tests
run: |
pytest -v --doctest-modules --ignore benchmark.py

0 comments on commit 8cd28a3

Please sign in to comment.