File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 44name : Latest commit
55
66env :
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
You can’t perform that action at this time.
0 commit comments