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 7ec96fe commit f881f74Copy full SHA for f881f74
.github/workflows/python-package.yml
@@ -109,7 +109,7 @@ jobs:
109
needs: [ruff, mypy, sdist]
110
runs-on: ${{ matrix.os }}
111
timeout-minutes: 15
112
- continue-on-error: ${{ matrix.experimental }}
+ continue-on-error: ${{ matrix.python-version == '3.14t' && matrix.architecture == 'arm64' }} # Until issues are resolved: https://github.com/actions/setup-python/issues/1267
113
strategy:
114
matrix:
115
os: ["ubuntu-latest", "windows-latest"]
@@ -128,7 +128,6 @@ jobs:
128
- os: "windows-11-arm"
129
python-version: "3.14t"
130
architecture: "arm64"
131
- experimental: true # Until issues are resolved: https://github.com/actions/setup-python/issues/1267
132
fail-fast: false
133
134
steps:
0 commit comments