Skip to content

Commit b48593e

Browse files
committed
Fix pytest python version use
1 parent 4b8a6a3 commit b48593e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pythonapp.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
- name: Setup Python
2727
uses: actions/setup-python@v5
2828
with:
29-
python-version: "${{matrix.python-version}}"
29+
python-version: "${{matrix.python-ver}}"
3030
cache: "pip"
3131
cache-dependency-path: |
3232
**/*requirements*.txt

0 commit comments

Comments
 (0)