Skip to content

Commit

Permalink
In GitHub workflow:
Browse files Browse the repository at this point in the history
- continue on error action is removed
adelhpour committed Dec 8, 2023

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
1 parent b2f8859 commit a8928c0
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
@@ -34,13 +34,11 @@ jobs:
- name: Run Python Tests
run: |
pytest tellurium/tests
continue-on-error: true
- name: Build Wheel if Tests Pass
if: success()
run: |
python setup.py bdist_wheel
continue-on-error: true
- name: Upload to PyPI
if: success() && github.event_name == 'push' && github.ref == 'refs/heads/develop' && github.event.before != '0000000000000000000000000000000000000000' && paths('tellurium/Versions.txt')

0 comments on commit a8928c0

Please sign in to comment.