From 82bfb995486068a7b153f90ff0e70336b864c083 Mon Sep 17 00:00:00 2001 From: Jay Lee Date: Mon, 31 Jan 2022 10:13:10 -0500 Subject: [PATCH] Update build.yml --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 7e3f477a..f241583a 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -433,7 +433,7 @@ jobs: rm -f *.wixpdb - name: Basic Tests build jobs only - if: matrix.goal != 'test' + if: matrix.goal != 'test' && steps.cache-python-ssl.outputs.cache-hit != 'true' run: | export voutput=$($gam version extended) export python_line=$(echo -e "${voutput}" | grep "Python ")