Skip to content

Commit c3bae5c

Browse files
committed
fix venv creation
1 parent c6c34bb commit c3bae5c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
version: latest
4242
virtualenvs-create: true
4343
virtualenvs-in-project: true
44-
virtualenvs-path: .venv
44+
virtualenvs-path: ~/.venv
4545

4646
- name: "Setup Python @ ${{ matrix.python-version }}"
4747
id: setup-python
@@ -54,7 +54,7 @@ jobs:
5454
id: cached-pip-wheels
5555
uses: actions/cache@v3
5656
with:
57-
path: .venv/
57+
path: ~/.venv/
5858
key: venv-${{ runner.os }}-${{ steps.setup-python.outputs.python-version }}-${{ hashFiles('**/poetry.lock') }}
5959

6060
- name: "Install Python deps @ ${{ matrix.python-version }}"

0 commit comments

Comments
 (0)