Skip to content

Commit

Permalink
Change the CI config
Browse files Browse the repository at this point in the history
  • Loading branch information
AuguB committed Dec 8, 2023
1 parent f956106 commit 0e73a3f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
run: pip install -r requirements.txt

- name: Run Tests with pytest
run: pytest
run: pytest pytest/test_sanity.py

- name: Upload Test Artifacts
uses: actions/upload-artifact@v2
Expand Down

0 comments on commit 0e73a3f

Please sign in to comment.