Skip to content

Commit

Permalink
disable tests on github
Browse files Browse the repository at this point in the history
  • Loading branch information
floriankrb committed Jul 16, 2024
1 parent 90a0fb1 commit a60349e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/python-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,8 @@ jobs:
- name: Tests
run: |
cd tests && python3 test_all.py
# disable tests on github to avoid giving away the token
# cd tests && python3 test_all.py
deploy:

Expand Down

0 comments on commit a60349e

Please sign in to comment.