Skip to content

Commit e1281fd

Browse files
committed
resolve workflow build key
1 parent f0bd718 commit e1281fd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: .github/workflows/coverage_and_lint.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
version: latest
3939
virtualenvs-create: true
4040
virtualenvs-in-project: true
41-
virtualenvs-path: .venv
41+
virtualenvs-path: ~/.venv
4242

4343
- name: "Setup Python @ ${{ matrix.python-version }}"
4444
id: setup-python
@@ -51,7 +51,7 @@ jobs:
5151
id: cached-pip-wheels
5252
uses: actions/cache@v3
5353
with:
54-
path: .venv/
54+
path: ~/.venv/
5555
key: venv-${{ runner.os }}-${{ steps.setup-python.outputs.python-version }}-${{ hashFiles('**/poetry.lock') }}
5656

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

0 commit comments

Comments
 (0)