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 e58bb15 commit b4f8067Copy full SHA for b4f8067
1 file changed
.github/workflows/python_checks.yml
@@ -298,11 +298,11 @@ jobs:
298
matrix:
299
include:
300
- runner: windows-latest
301
- python-version: "3.14"
302
- checks: 'tests'
+ # python-version: "3.13"
+ checks: 'tWindow and mac default versionests'
303
304
- runner: macos-latest
305
306
checks: 'tests'
307
308
runs-on: ${{ matrix.runner }}
@@ -318,7 +318,7 @@ jobs:
318
# inputs.ubuntu-packages NOT installed!
319
cfg-file: ${{ inputs.cfg-file }}
320
pip-installs: ${{ inputs.pip-installs }}
321
- python-version: ${{ matrix.python-version }}
+ # python-version: ${{ matrix.python-version }}
322
323
- name: Pip cap
324
run: pip install pytest!=9.0.0 -U
0 commit comments