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 cf60d84 commit 8ffdc57
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/run_pytest.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@ jobs:
init-shell: bash
cache-environment: true
post-cleanup: 'all'
- uses: actions/checkout@v4
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 8ffdc57

Please sign in to comment.