Skip to content

Commit

Permalink
check remove cached env unittests
Browse files Browse the repository at this point in the history
  • Loading branch information
froukje committed Jun 6, 2024
1 parent 040d7e0 commit 9c5ef3f
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/unit-testing.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,12 +19,12 @@ jobs:
virtualenvs-in-project: true

# Allow loading a cached venv created in a previous run if the lock file is identical
- name: Load cached venv if it exists
id: venv-cache
uses: actions/cache@v3
with:
path: .venv
key: venv-${{ runner.os }}-${{ hashFiles('**/poetry.lock', '**/pyproject.toml') }}
#- name: Load cached venv if it exists
# id: venv-cache
# uses: actions/cache@v3
# with:
# path: .venv
# key: venv-${{ runner.os }}-${{ hashFiles('**/poetry.lock', '**/pyproject.toml') }}

- name: Install dependencies
run: poetry install --no-interaction --extras all_models
Expand Down

0 comments on commit 9c5ef3f

Please sign in to comment.