Skip to content

Commit 96d4d15

Browse files
committed
pytest uses other versioning
1 parent c4bc9ac commit 96d4d15

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

.github/workflows/verify.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,6 @@
33

44
name: Latest commit
55

6-
x-python-matrix: &python-matrix
7-
python-version: ["3.13"]
8-
96
env:
107
CACHE_VERSION: 2
118
DEFAULT_PYTHON: "3.13"
@@ -138,7 +135,8 @@ jobs:
138135
needs:
139136
- prepare
140137
strategy:
141-
matrix: *python-matrix
138+
matrix:
139+
python-version: ["3.13"]
142140
steps:
143141
- name: Check out committed code
144142
uses: actions/checkout@v4

0 commit comments

Comments
 (0)