Skip to content

Commit

Permalink
Switched to toml and setuptools_scm
Browse files Browse the repository at this point in the history
  • Loading branch information
sorenwacker committed Jul 12, 2024
1 parent a309de3 commit 68f9ce2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pythonpackage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,5 +30,5 @@ jobs:
flake8 . --count --exit-zero --max-complexity=10 --max-line-length=127 --statistics
- name: Test with pytest
run: |
pip install pytest==6.2.4
pip install pytest
PYTHONPATH=. pytest

0 comments on commit 68f9ce2

Please sign in to comment.