We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent edb9213 commit aa2ea45Copy full SHA for aa2ea45
.github/workflows/main.yml
@@ -143,7 +143,7 @@ jobs:
143
- name: Set up Python
144
uses: actions/setup-python@v5
145
with:
146
- python-version: 3.11
+ python-version: 3.x
147
148
- name: Install prerequisites
149
run: |
@@ -194,7 +194,7 @@ jobs:
194
195
196
197
198
architecture: ${{ matrix.arch }}
199
200
0 commit comments