Update build.yml

This commit is contained in:
Jay Lee
2022-01-25 14:25:54 -05:00
committed by GitHub
parent 8243fe8846
commit b4e01737c7

View File

@@ -364,7 +364,7 @@ jobs:
- name: Basic Tests build jobs only
if: matrix.goal != 'test'
run: |
export voutput=$($gam version)
export voutput=$($gam version extended)
export python_line=$(echo -e "${voutput}" | grep "Python ")
export python_arr=($python_line)
export this_python=${python_arr[1]}