From 8ffdc57d98db09ebb60cbdc20696bfce593c03fa Mon Sep 17 00:00:00 2001 From: svdenhau Date: Tue, 24 Oct 2023 11:29:01 +0200 Subject: [PATCH] more GHA fixes --- .github/workflows/run_pytest.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/run_pytest.yaml b/.github/workflows/run_pytest.yaml index d467287..c4118dd 100644 --- a/.github/workflows/run_pytest.yaml +++ b/.github/workflows/run_pytest.yaml @@ -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