From c858d9349f921228715729f021ebf8a32f0f790e Mon Sep 17 00:00:00 2001 From: Sean Gillies Date: Tue, 13 Aug 2024 13:41:20 -0600 Subject: [PATCH] Remove comments --- .github/workflows/wheels.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/wheels.yml b/.github/workflows/wheels.yml index 1f00e231..ca70d782 100644 --- a/.github/workflows/wheels.yml +++ b/.github/workflows/wheels.yml @@ -23,8 +23,8 @@ jobs: build-sdist: name: Build fiona sdist runs-on: ubuntu-latest - # container: - # image: "ghcr.io/osgeo/gdal:ubuntu-small-3.9.1" + container: + image: "ghcr.io/osgeo/gdal:ubuntu-small-3.9.1" steps: - name: Install packages