Skip to content

Commit

Permalink
use pytest for testing, not tox
Browse files Browse the repository at this point in the history
  • Loading branch information
gluap committed Jan 28, 2024
1 parent 106747b commit 7bc258a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
python-version: ${{ matrix.py }}
- uses: actions/checkout@v4
- name: Install module
run: python -m pip install -e .[tests]
run: python -m pip install .[tests]
- name: run pytest
run: pytest

0 comments on commit 7bc258a

Please sign in to comment.