mirror of
https://github.com/GAM-team/GAM.git
synced 2025-07-09 06:03:35 +00:00
Update build.yml
This commit is contained in:
8
.github/workflows/build.yml
vendored
8
.github/workflows/build.yml
vendored
@ -168,7 +168,7 @@ jobs:
|
|||||||
"${python}" -V
|
"${python}" -V
|
||||||
"${pip}" -V
|
"${pip}" -V
|
||||||
|
|
||||||
- name: Build and install Python, OpenSSL and PyInstaller
|
- name: Build and install Python and OpenSSL
|
||||||
if: matrix.goal == 'build' && steps.cache-primes.outputs.cache-hit != 'true'
|
if: matrix.goal == 'build' && steps.cache-primes.outputs.cache-hit != 'true'
|
||||||
run: |
|
run: |
|
||||||
set +e
|
set +e
|
||||||
@ -185,6 +185,10 @@ jobs:
|
|||||||
fi
|
fi
|
||||||
$pip install --upgrade pip $pipoptions
|
$pip install --upgrade pip $pipoptions
|
||||||
$pip install wheel $pipoptions
|
$pip install wheel $pipoptions
|
||||||
|
|
||||||
|
- name: Install PyInstaller
|
||||||
|
if: matrix.goal != test
|
||||||
|
run: |
|
||||||
export url="https://codeload.github.com/pyinstaller/pyinstaller/tar.gz/${PYINSTALLER_VERSION}"
|
export url="https://codeload.github.com/pyinstaller/pyinstaller/tar.gz/${PYINSTALLER_VERSION}"
|
||||||
echo "Downloading ${url}"
|
echo "Downloading ${url}"
|
||||||
curl -o pyinstaller.tar.gz --compressed "${url}"
|
curl -o pyinstaller.tar.gz --compressed "${url}"
|
||||||
@ -203,8 +207,6 @@ jobs:
|
|||||||
cd ..
|
cd ..
|
||||||
fi
|
fi
|
||||||
$pip install .
|
$pip install .
|
||||||
#$python setup.py install
|
|
||||||
#$pip install pyinstaller
|
|
||||||
|
|
||||||
- name: Install pip requirements
|
- name: Install pip requirements
|
||||||
run: |
|
run: |
|
||||||
|
Reference in New Issue
Block a user