Update build.yml

This commit is contained in:
Jay Lee
2022-09-26 13:46:14 -04:00
committed by GitHub
parent 02b876155a
commit f28cf664cb

View File

@@ -417,7 +417,7 @@ jobs:
"${PYTHON}" ./waf all $PYINSTALLER_BUILD_ARGS
cd ../..
echo "---- Installing PyInstaller ----"
"${PYTHON}" -m pip install pyinstaller
"${PYTHON}" -m pip install .
- name: Install pip requirements
run: |