Skip to content

Commit

Permalink
missing pyyaml
Browse files Browse the repository at this point in the history
  • Loading branch information
stefdoerr committed Dec 5, 2024
1 parent 5f50418 commit c67e26d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test_and_publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -88,13 +88,13 @@ jobs:
- name: Dump Linux dependencies yaml file
if: matrix.os != 'windows-2019'
run: |
pip install versioneer==0.28
pip install versioneer==0.28 pyyaml
python package/htmd/insert_placeholder_values.py package/htmd/DEPENDENCIES
- name: Dump Windows dependencies yaml file
if: matrix.os == 'windows-2019'
run: |
pip install versioneer==0.28
pip install versioneer==0.28 pyyaml
python package/htmd/insert_placeholder_values.py package/htmd/DEPENDENCIES_WIN
- name: Build htmd conda package
Expand Down

0 comments on commit c67e26d

Please sign in to comment.