Skip to content

Commit

Permalink
removing caching of venv
Browse files Browse the repository at this point in the history
  • Loading branch information
stringertheory committed Feb 5, 2024
1 parent 04bcb85 commit 4ad281b
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions .github/actions/setup-poetry-env-only-main/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,14 +20,6 @@ runs:
with:
virtualenvs-in-project: true

- name: Load cached venv
id: cached-poetry-dependencies
uses: actions/cache@v3
with:
path: .venv
key: venv-${{ runner.os }}-${{ inputs.python-version }}-${{ hashFiles('poetry.lock') }}

- name: Install dependencies
if: steps.cached-poetry-dependencies.outputs.cache-hit != 'true'
run: poetry install --no-interaction --only main
shell: bash

0 comments on commit 4ad281b

Please sign in to comment.