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 35f7d20 commit 7ec96feCopy full SHA for 7ec96fe
.github/workflows/python-package.yml
@@ -109,6 +109,7 @@ jobs:
109
needs: [ruff, mypy, sdist]
110
runs-on: ${{ matrix.os }}
111
timeout-minutes: 15
112
+ continue-on-error: ${{ matrix.experimental }}
113
strategy:
114
matrix:
115
os: ["ubuntu-latest", "windows-latest"]
@@ -127,6 +128,7 @@ jobs:
127
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