Skip to content

Commit 9f890f4

Browse files
committed
Use minor
1 parent e1205f8 commit 9f890f4

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/verify.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
name: Latest commit
55

66
env:
7-
CACHE_VERSION: 16
7+
CACHE_VERSION: 1
88
DEFAULT_PYTHON: "3.14"
99
PRE_COMMIT_HOME: ~/.cache/pre-commit
1010
VENV: venv
@@ -153,12 +153,12 @@ jobs:
153153
precommit-home: ${{ env.PRE_COMMIT_HOME }}
154154
- name: Run all tests
155155
run: |
156-
. venv-${{ matrix.python-version }}/bin/activate
156+
. venv-${{ steps.python.outputs.python-version }}/bin/activate
157157
pytest --log-level info tests/*.py --cov='.'
158158
- name: Upload coverage artifact
159159
uses: actions/upload-artifact@v4
160160
with:
161-
name: coverage-${{ matrix.python-version }}
161+
name: coverage-${{ steps.python.outputs.python-version }}
162162
path: .coverage
163163
if-no-files-found: error
164164
include-hidden-files: true

0 commit comments

Comments
 (0)