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 52067f9 commit 13e70ca
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/unit-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,8 @@ jobs:
uses: snok/install-poetry@v1
with:
virtualenvs-create: true
virtualenvs-in-project: false
installer-parallel: false
virtualenvs-in-project: true
installer-parallel: true

- name: Load cached virtual env
id: cached_poetry_install
Expand All @@ -46,7 +46,7 @@ jobs:
run: poetry install --no-interaction --no-ansi

- name: See pyx
run: ls /home/runner/.cache/pypoetry/virtualenvs/*/lib/python3.11/site-packages/river-0.19.0.dist-info/RECORD river/stats/
run: ls /home/runner/work/river/river/.venv/lib/python3.11/site-packages/river-0.19.0.dist-info/RECORD river/utils/

- name: Cache River datasets
uses: actions/cache@v3
Expand Down

0 comments on commit 13e70ca

Please sign in to comment.