Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

GitHub actions workflow is created #577

Open
wants to merge 4 commits into
base: develop
Choose a base branch
from

Conversation

adelhpour
Copy link
Member

This workflow

  • runs if there is either a new pull request or a commit to the 'develop' branch

  • tests all the python tests which are present in the 'tellurium/tests' repository

  • upload the artifacts to PyPI in case a commit is made into the 'develop' repository and the tests are passed

adelhpour added 4 commits December 7, 2023 19:13
This workflow

- runs if there is either a new pull request or a commit to the 'develop' branch

- tests all the python tests which are present in the 'tellurium/tests' repository

- upload the artifacts to PyPI in case a commit is made into the 'develop' repository and the tests are passed
- libncurses is now install before running the tests

- a check if the version is changed is added before uploading the artifacts
- continue on error action is removed
- removing the check on the change in the versions.txt file
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant