From 37b2174bb58c481e2f532860420537f83705089f Mon Sep 17 00:00:00 2001 From: David Bieber Date: Sat, 24 Feb 2024 12:53:43 -0500 Subject: [PATCH] Set image for 2.7 --- .github/workflows/build.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 51dd2496..35dc6412 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -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 @@ -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