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 96ea6bf commit bc8b19eCopy full SHA for bc8b19e
.github/workflows/main.yml
@@ -31,7 +31,7 @@ jobs:
31
python-architecture: arm64
32
- os: windows-2019
33
exclude:
34
- # actions/setup-python does not provide prebuilt arm Python before 3.11
+ # actions/setup-python does not provide prebuilt arm64 Python before 3.11
35
- python-architecture: arm64
36
python-version: "3.8"
37
@@ -134,7 +134,7 @@ jobs:
134
- name: Set up latest stable Python
135
uses: actions/setup-python@v5
136
with:
137
- python-version: 3.x
+ python-version: ${{ matrix.python-version }}
138
architecture: x64
139
cache: pip
140
cache-dependency-path: .github/workflows/main.yml
0 commit comments