From 011d78560540267b266b50d43b422674bd17e917 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Karel=20Kr=C3=A1l?= Date: Tue, 4 Feb 2025 10:48:15 +0100 Subject: [PATCH] [squash] try to cache --- .github/workflows/pytest.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.github/workflows/pytest.yml b/.github/workflows/pytest.yml index 874cce4..aeb3c61 100644 --- a/.github/workflows/pytest.yml +++ b/.github/workflows/pytest.yml @@ -47,9 +47,7 @@ jobs: - name: Populate pip cache run: | pip install -r test_requirements.txt - pip install --editable . - pip uninstall sedpack - echo "PYTHONPATH=./src:$PYTHONPATH" >> $GITHUB_ENV + pip install -r requirements.txt - name: Save cache id: cache-save uses: actions/cache/save@v4