Skip to content

Commit

Permalink
chore: remove cache entry in workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
scott-es committed Apr 2, 2024
1 parent e747122 commit bc098ae
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,12 +21,6 @@ jobs:
run: python -m poetry install -v
env:
POETRY_VIRTUALENVS_IN_PROJECT: true

- name: Cache the virtualenv
uses: actions/cache@v2
with:
path: ./.venv
key: ${{ runner.os }}-venv-${{ hashFiles('**/poetry.lock') }}

- name: Run pytest
run: |
Expand Down

0 comments on commit bc098ae

Please sign in to comment.