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