From 8dd5a5dd8a8815bc59983ee4e21df84bb2c02111 Mon Sep 17 00:00:00 2001 From: Jay Lee Date: Fri, 4 Dec 2020 09:19:20 -0500 Subject: [PATCH] actions take 61 --- .github/workflows/build.yml | 20 -------------------- 1 file changed, 20 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 8503171d..165d92c7 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -111,23 +111,3 @@ jobs: touch "${gampath}/nobrowser.txt" $gam version extended $gam version | grep runner - - - name: Basic Tests build jobs only - run: | - cd src - vline=$($gam version | grep "Python ") - python_line=($vline) - this_python=${python_line[1]} - $python tools/a_atleast_b.py "${this_python}" "${MIN_PYTHON_VERSION}" - vline=$($gam version extended | grep "OpenSSL ") - openssl_line=($vline) - this_openssl="${openssl_line[1]}" - $python tools/a_atleast_b.py "${this_openssl}" "${MIN_OPENSSL_VERSION}" - - - name: Live API tests build jobs only - run: | - bash .github/actions/decrypt.sh - cd src - $gam oauth info - $gam info user - $gam user admin@pdl.jaylee.us check serviceaccount