Skip to content

Commit

Permalink
use pytest rather than script in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
frank1010111 committed Nov 29, 2024
1 parent c07ee4e commit c14263e
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/run-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,5 +29,4 @@ jobs:
python -m pip install --upgrade pip
python -m pip install .[test]
- name: Test with pytest
run: |
python run_tests.py
run: pytest

0 comments on commit c14263e

Please sign in to comment.