Skip to content

Commit

Permalink
removed caching poetry
Browse files Browse the repository at this point in the history
  • Loading branch information
Nidhal Baccouri committed Nov 3, 2023
1 parent a348dde commit 5400b9c
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,12 +19,6 @@ jobs:
- name: Install poetry
run: curl -sSL https://install.python-poetry.org | python3 -

- name: Set up cache
uses: actions/[email protected]
with:
path: .venv
key: venv-${{ matrix.python-version }}-${{ hashFiles('pyproject.toml') }}-${{ hashFiles('poetry.lock') }}

- name: Install dependencies
run: |
poetry config virtualenvs.in-project true
Expand Down

0 comments on commit 5400b9c

Please sign in to comment.