Skip to content

Commit

Permalink
Merge pull request #39 from dprada/main
Browse files Browse the repository at this point in the history
Fixed molsysmt calls in the github workflows
  • Loading branch information
dprada authored Mar 28, 2023
2 parents 076b90f + 40b116b commit bdd4040
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/CI.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ jobs:
echo "::group::Importing module from home directory"
cd
pwd
echo 'import molsysmt; print("Version of the package: {}".format(molsysmt.__version__))' | python
echo 'import pyunitwizard; print("Version of the package: {}".format(pyunitwizard.__version__))' | python
echo "::endgroup::"
- name: Run tests
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/sphinx_docs_to_gh_pages.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ jobs:
echo "::group::Importing module from home directory"
cd
pwd
echo 'import molsysmt; print("Version of the package: {}".format(molsysmt.__version__))' | python
echo 'import pyunitwizard; print("Version of the package: {}".format(pyunitwizard.__version__))' | python
echo "::endgroup::"
- name: Running the Sphinx to gh-pages Action
Expand Down

0 comments on commit bdd4040

Please sign in to comment.