Skip to content

Commit

Permalink
Set image for 2.7
Browse files Browse the repository at this point in the history
  • Loading branch information
dbieber committed Feb 24, 2024
1 parent 4b83232 commit 37b2174
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,6 @@ jobs:
- python-version: "3.11"
- python-version: "3.12"

container: ${{ matrix.container }}

steps:
# Checkout the repo.
- name: Checkout Python Fire repository
Expand All @@ -31,6 +29,7 @@ jobs:
uses: actions/setup-python@v4
with:
python-version: ${{ matrix.python-version }}
container: ${{ matrix.container }}

# Build Python Fire using the build.sh script.
- name: Run build script
Expand Down

0 comments on commit 37b2174

Please sign in to comment.