Skip to content

Commit

Permalink
Try to get venv outside of project directory
Browse files Browse the repository at this point in the history
  • Loading branch information
kberzinch committed Mar 2, 2024
1 parent ab0af22 commit a3b1a84
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -125,15 +125,10 @@ jobs:
- name: Setup Poetry
uses: abatilo/actions-poetry@v2

- name: Configure Poetry
run: |
poetry config virtualenvs.create true --local
poetry config virtualenvs.in-project true --local
- name: Cache the virtualenv
uses: actions/cache@v3
with:
path: ./.venv
path: ~/.cache/pypoetry
key: venv-${{ hashFiles('poetry.lock') }}

- name: Install Poetry dependencies
Expand Down

0 comments on commit a3b1a84

Please sign in to comment.