actions take 73

This commit is contained in:
Jay Lee
2020-12-04 12:43:49 -05:00
parent c254fc946f
commit 87dbe3c945

View File

@@ -110,8 +110,8 @@ jobs:
echo -e "python: $python\npip: $pip\ngam: $gam\ngampath: $gampath\n"
echo "python=${python}" >> $GITHUB_ENV
echo "pip=${pip}" >> $GITHUB_ENV
echo "gam="${gam}" >> $GITHUB_ENV
echo "gampath="${gampath}" >> $GITHUB_ENV
echo "gam=${gam}" >> $GITHUB_ENV
echo "gampath=${gampath}" >> $GITHUB_ENV
- name: Build and install Python and OpenSSL
if: matrix.goal != 'test' && steps.cache-primes.outputs.cache-hit != 'true'