From a7206927e8ca13d760e3cbb76032081cb092eb3d Mon Sep 17 00:00:00 2001 From: Wyatt Pearsall Date: Thu, 14 Sep 2023 09:23:50 -0400 Subject: [PATCH] more image debugging --- .github/workflows/build-artifact.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.github/workflows/build-artifact.yml b/.github/workflows/build-artifact.yml index 3cf10975666..53043af5b8f 100644 --- a/.github/workflows/build-artifact.yml +++ b/.github/workflows/build-artifact.yml @@ -33,9 +33,7 @@ jobs: image: ghcr.io/${{ github.repository }}-builder:main options: -v ${{ github.workspace }}:/cfgov run: | - which python - which python3 - /etc/profile.d/scl_python.sh + source scl_source enable rh-python38 ./_build.sh - name: Upload arifact