Skip to content

Commit

Permalink
Update unit-tests.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
MaxHalford committed Nov 2, 2023
1 parent bb09a7f commit f8a91b0
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/unit-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -35,6 +34,7 @@ jobs:
installer-parallel: true

- name: Load cached virtual env
id: cached_poetry_install
uses: actions/cache@v3
with:
path: .venv
Expand All @@ -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:
Expand Down

0 comments on commit f8a91b0

Please sign in to comment.