Skip to content

Commit

Permalink
add packmol to path
Browse files Browse the repository at this point in the history
  • Loading branch information
PythonFZ committed Aug 16, 2024
1 parent 5738c86 commit 45e4bce
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/pytest.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,9 +41,10 @@ jobs:
tar -xvf v20.15.1.tar.gz
cd packmol-20.15.1
make
sudo make install
- name: Pytest
run: |
# add packmol to path
export PATH=$PATH:$(pwd)/packmol-20.15.1
poetry run python --version
poetry run coverage run -m pytest -vv
poetry run coverage xml
Expand Down

0 comments on commit 45e4bce

Please sign in to comment.