Skip to content

Commit ce3da2f

Browse files
authored
Merge branch 'master' into python-3.15
2 parents e4bf350 + 5bb1027 commit ce3da2f

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
with:
2121
python-version-file: .python-version
2222
allow-prereleases: true
23-
# keras needs hdf5 on pre-prelease Python.
23+
# keras needs hdf5 on pre-release Python.
2424
- run: |
2525
if [ "$(python -c 'import sys; print(sys.version_info.releaselevel)')" != "final" ]; then
2626
sudo apt-get update -qq

.github/workflows/sphinx.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
with:
3434
python-version-file: .python-version
3535
allow-prereleases: true
36-
# keras needs hdf5 on pre-prelease Python.
36+
# keras needs hdf5 on pre-release Python.
3737
- run: |
3838
if [ "$(python -c 'import sys; print(sys.version_info.releaselevel)')" != "final" ]; then
3939
sudo apt-get update -qq

0 commit comments

Comments
 (0)