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 48d1802 commit 68c1d8bCopy full SHA for 68c1d8b
1 file changed
.github/workflows/ci.yml
@@ -33,7 +33,6 @@ jobs:
33
with:
34
path: .venv
35
key: venv-${{matrix.os}}-py${{steps.python.outputs.python-version}}-${{hashFiles('pyproject.toml')}}
36
- restore-keys: venv-${{matrix.os}}-py${{steps.python.outputs.python-version}}-
37
- name: Create virtualenv
38
run: |
39
python -m venv .venv
0 commit comments