From b3fe2562babb1184d2f26999c22b91a8e32ea571 Mon Sep 17 00:00:00 2001 From: Wyatt Pearsall Date: Thu, 14 Sep 2023 08:45:06 -0400 Subject: [PATCH] debugging image --- .github/workflows/build-artifact.yml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.github/workflows/build-artifact.yml b/.github/workflows/build-artifact.yml index 6dda241c4b5..3cf10975666 100644 --- a/.github/workflows/build-artifact.yml +++ b/.github/workflows/build-artifact.yml @@ -32,7 +32,11 @@ jobs: password: ${{ secrets.GITHUB_TOKEN }} image: ghcr.io/${{ github.repository }}-builder:main options: -v ${{ github.workspace }}:/cfgov - run: ./_build.sh + run: | + which python + which python3 + /etc/profile.d/scl_python.sh + ./_build.sh - name: Upload arifact uses: keithweaver/aws-s3-github-action@v1.0.0