There was an error while loading. Please reload this page.
1 parent a54c407 commit 406cad9Copy full SHA for 406cad9
1 file changed
.github/workflows/build.yml
@@ -18,9 +18,8 @@ jobs:
18
# https://github.com/actions/setup-python/blob/main/docs/advanced-usage.md#allow-pre-releases
19
# See "allow-prereleases: true" below.
20
os: [ubuntu-latest]
21
- container:
22
- # Use the Fedora container to get more Python versions
23
- image: fedora:latest
+ # Use the Fedora container to get more Python versions
+ container: fedora:latest
24
python:
25
# Python versions (CPython):
26
# https://raw.githubusercontent.com/actions/python-versions/main/versions-manifest.json
0 commit comments