From c67e26d7325b07b283e28184e90bb845ba7347ad Mon Sep 17 00:00:00 2001 From: Stefan Doerr Date: Thu, 5 Dec 2024 16:15:38 +0200 Subject: [PATCH] missing pyyaml --- .github/workflows/test_and_publish.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/test_and_publish.yml b/.github/workflows/test_and_publish.yml index 848f14aaa..4c53f6f18 100644 --- a/.github/workflows/test_and_publish.yml +++ b/.github/workflows/test_and_publish.yml @@ -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