Skip to content

Commit 6059e09

Browse files
committed
Merge branch 'add-notebook-tests-to-ci' of https://github.com/EnergySystemsModellingLab/muse2_data_analysis into add-notebook-tests-to-ci
2 parents 3069836 + 3607c32 commit 6059e09

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,15 +14,15 @@ jobs:
1414
matrix:
1515
include:
1616
- os: ubuntu-latest
17-
python-version: "3.14"
17+
python-version: '3.14'
1818
muse2_asset: muse2_linux.tar.gz
1919
muse2_exe: muse2
2020
- os: windows-latest
21-
python-version: "3.14"
21+
python-version: '3.14'
2222
muse2_asset: muse2_windows.zip
2323
muse2_exe: muse2.exe
2424
- os: macos-latest
25-
python-version: "3.14"
25+
python-version: '3.14'
2626
muse2_asset: muse2_macos_arm.tar.gz
2727
muse2_exe: muse2
2828

0 commit comments

Comments
 (0)