Skip to content

Commit 8fbc97c

Browse files
committed
Add comments
1 parent 1488520 commit 8fbc97c

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

.github/workflows/tests.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,8 @@ env:
1111

1212
jobs:
1313
tests:
14+
# Default config: py3.14, ubuntu-latest, float32, full options.
15+
# The idea is to make each of those params vary one by one, to limit the number of tests to run.
1416
name: Run tests (py${{ matrix.python-version || '3.14' }}, ${{ matrix.os || 'ubuntu-latest' }}, ${{ matrix.dtype || 'float32' }}, options=[${{ matrix.options == 'none' && '' || (matrix.options || 'full') }}])
1517
runs-on: ${{ matrix.os || 'ubuntu-latest' }}
1618
strategy:
@@ -22,7 +24,7 @@ jobs:
2224
- python-version: '3.11'
2325
- python-version: '3.12'
2426
- python-version: '3.13'
25-
- python-version: '3.14'
27+
- python-version: '3.14' # To actually run the default config
2628
# OS variations
2729
- os: macOS-latest
2830
- os: windows-latest

0 commit comments

Comments
 (0)