Skip to content

Commit 406cad9

Browse files
committed
Fix YAML
1 parent a54c407 commit 406cad9

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

.github/workflows/build.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,8 @@ jobs:
1818
# https://github.com/actions/setup-python/blob/main/docs/advanced-usage.md#allow-pre-releases
1919
# See "allow-prereleases: true" below.
2020
os: [ubuntu-latest]
21-
container:
22-
# Use the Fedora container to get more Python versions
23-
image: fedora:latest
21+
# Use the Fedora container to get more Python versions
22+
container: fedora:latest
2423
python:
2524
# Python versions (CPython):
2625
# https://raw.githubusercontent.com/actions/python-versions/main/versions-manifest.json

0 commit comments

Comments
 (0)