Skip to content

Commit

Permalink
more GHA fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
svandenhaute committed Oct 24, 2023
1 parent 79bb9f0 commit cf60d84
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/run_pytest.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,8 @@ jobs:
init-shell: bash
cache-environment: true
post-cleanup: 'all'
- name: install pip dependencies and execute pytest
- uses: actions/checkout@v4
name: install pip dependencies and execute pytest
run: >-
pip install cython==0.29.36 matscipy prettytable
pip install git+https://github.com/molmod/molmod
Expand Down

0 comments on commit cf60d84

Please sign in to comment.