We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c4bc9ac commit 96d4d15Copy full SHA for 96d4d15
1 file changed
.github/workflows/verify.yml
@@ -3,9 +3,6 @@
3
4
name: Latest commit
5
6
-x-python-matrix: &python-matrix
7
- python-version: ["3.13"]
8
-
9
env:
10
CACHE_VERSION: 2
11
DEFAULT_PYTHON: "3.13"
@@ -138,7 +135,8 @@ jobs:
138
135
needs:
139
136
- prepare
140
137
strategy:
141
- matrix: *python-matrix
+ matrix:
+ python-version: ["3.13"]
142
steps:
143
- name: Check out committed code
144
uses: actions/checkout@v4
0 commit comments