diff --git a/.github/workflows/unit-tests.yml b/.github/workflows/unit-tests.yml index 6f71148b7f..0a17cda3a6 100644 --- a/.github/workflows/unit-tests.yml +++ b/.github/workflows/unit-tests.yml @@ -21,7 +21,6 @@ jobs: python-version: 3.11 - name: Load cached Poetry installation - id: cached_poetry_install uses: actions/cache@v3 with: path: ~/.local # the path depends on the OS @@ -35,6 +34,7 @@ jobs: installer-parallel: true - name: Load cached virtual env + id: cached_poetry_install uses: actions/cache@v3 with: path: .venv @@ -45,6 +45,9 @@ jobs: if: steps.cached_poetry_install.outputs.cache-hit != 'true' run: poetry install --no-interaction --no-ansi + - name: See pyx + run: ls **/**.pyx + - name: Cache River datasets uses: actions/cache@v3 with: