Skip to content

Commit c3db6e6

Browse files
committed
github: YAML = Yet Another Footgun Language
1 parent c529377 commit c3db6e6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/check_nimg.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
strategy:
1313
matrix:
1414
os: [windows-latest, ubuntu-latest, macos-latest]
15-
python-version: [3.10, 3.14]
15+
python-version: ['3.10', 3.14]
1616
runs-on: ${{ matrix.os }}
1717
defaults:
1818
run:

.github/workflows/check_nims.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
strategy:
1313
matrix:
1414
os: [windows-latest, ubuntu-latest, macos-latest]
15-
python-version: [3.10, 3.14]
15+
python-version: ['3.10', 3.14]
1616
runs-on: ${{ matrix.os }}
1717
defaults:
1818
run:

0 commit comments

Comments
 (0)