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 b14d4f2 commit 2cf0dd4Copy full SHA for 2cf0dd4
.github/workflows/_test.yml
@@ -30,15 +30,15 @@ jobs:
30
with:
31
python-version: ${{ matrix.python-version }}
32
cache: 'pip'
33
- - name: Setup venv
34
- run: |
35
- python -m venv .venv
36
- uses: actions/cache@v4
37
38
path: .venv
39
key: ${{ runner.os }}-pythonenv-${{ matrix.python-version }}-${{ hashFiles('pyproject.toml') }}
40
restore-keys: |
41
${{ runner.os }}-pythonenv-${{ matrix.python-version }}-
+ - name: Setup venv
+ run: |
+ python -m venv .venv
42
- name: Install Python toolchains
43
run: |
44
source .venv/bin/activate
0 commit comments