Skip to content

Commit

Permalink
try to make tests run on CI
Browse files Browse the repository at this point in the history
  • Loading branch information
xrotwang committed Nov 8, 2024
1 parent 84aef75 commit b6c7a3c
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/python-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ jobs:
- name: Install dependencies
run: |
python -m pip install --upgrade pip
python -m pip install .[test] tox-gh-actions
- name: Test with tox
run: tox
python -m pip install .[test]
- name: Test with pytest
run: |
pytest

0 comments on commit b6c7a3c

Please sign in to comment.