From 43d50734a4b699958f081b1c9ce11b686c493e02 Mon Sep 17 00:00:00 2001 From: Jay Lee Date: Fri, 4 Dec 2020 09:29:19 -0500 Subject: [PATCH] actions take 63 --- .github/workflows/build.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index c331d254..67ded05f 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -71,10 +71,10 @@ jobs: path: | ~/python ~/ssl - key: ${{ matrix.os }}-${ matrix.jid }} + key: ${{ matrix.os }}-${{ matrix.jid }}-20201204 - name: Build and install Python and OpenSSL - if: steps.cache-primes.outputs.cache-hit != 'true' + if: matrix.goal != 'test' && steps.cache-primes.outputs.cache-hit != 'true' run: | set +e if [ "${RUNNER_OS}" == "macOS" ]; then @@ -113,6 +113,7 @@ jobs: $gam version | grep runner - name: Basic Tests build jobs only + if: matrix.goal != 'test' run: | cd src export vline=$($gam version | grep "Python ")