We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c6c34bb commit c3bae5cCopy full SHA for c3bae5c
.github/workflows/build.yaml
@@ -41,7 +41,7 @@ jobs:
41
version: latest
42
virtualenvs-create: true
43
virtualenvs-in-project: true
44
- virtualenvs-path: .venv
+ virtualenvs-path: ~/.venv
45
46
- name: "Setup Python @ ${{ matrix.python-version }}"
47
id: setup-python
@@ -54,7 +54,7 @@ jobs:
54
id: cached-pip-wheels
55
uses: actions/cache@v3
56
with:
57
- path: .venv/
+ path: ~/.venv/
58
key: venv-${{ runner.os }}-${{ steps.setup-python.outputs.python-version }}-${{ hashFiles('**/poetry.lock') }}
59
60
- name: "Install Python deps @ ${{ matrix.python-version }}"
0 commit comments