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 8f45aab commit 508792aCopy full SHA for 508792a
.github/workflows/python-package.yml
@@ -109,7 +109,6 @@ jobs:
109
needs: [ruff, mypy, sdist]
110
runs-on: ${{ matrix.os }}
111
timeout-minutes: 15
112
- continue-on-error: ${{ matrix.python-version == '3.14t' && matrix.os == 'windows-11-arm' }} # Until issues are resolved: https://github.com/actions/setup-python/issues/1267
113
strategy:
114
matrix:
115
os: ["ubuntu-latest", "windows-latest"]
0 commit comments