Skip to content

Commit b4f8067

Browse files
committed
windows and mac default python
1 parent e58bb15 commit b4f8067

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/python_checks.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -298,11 +298,11 @@ jobs:
298298
matrix:
299299
include:
300300
- runner: windows-latest
301-
python-version: "3.14"
302-
checks: 'tests'
301+
# python-version: "3.13"
302+
checks: 'tWindow and mac default versionests'
303303

304304
- runner: macos-latest
305-
python-version: "3.14"
305+
# python-version: "3.13"
306306
checks: 'tests'
307307

308308
runs-on: ${{ matrix.runner }}
@@ -318,7 +318,7 @@ jobs:
318318
# inputs.ubuntu-packages NOT installed!
319319
cfg-file: ${{ inputs.cfg-file }}
320320
pip-installs: ${{ inputs.pip-installs }}
321-
python-version: ${{ matrix.python-version }}
321+
# python-version: ${{ matrix.python-version }}
322322

323323
- name: Pip cap
324324
run: pip install pytest!=9.0.0 -U

0 commit comments

Comments
 (0)