We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f0bd718 commit e1281fdCopy full SHA for e1281fd
.github/workflows/coverage_and_lint.yaml
@@ -38,7 +38,7 @@ jobs:
38
version: latest
39
virtualenvs-create: true
40
virtualenvs-in-project: true
41
- virtualenvs-path: .venv
+ virtualenvs-path: ~/.venv
42
43
- name: "Setup Python @ ${{ matrix.python-version }}"
44
id: setup-python
@@ -51,7 +51,7 @@ jobs:
51
id: cached-pip-wheels
52
uses: actions/cache@v3
53
with:
54
- path: .venv/
+ path: ~/.venv/
55
key: venv-${{ runner.os }}-${{ steps.setup-python.outputs.python-version }}-${{ hashFiles('**/poetry.lock') }}
56
57
- name: "Install Python deps @ ${{ matrix.python-version }}"
0 commit comments