Update build.yml

This commit is contained in:
Jay Lee
2020-12-14 21:55:55 -05:00
committed by GitHub
parent ff29cc192e
commit 5652c52d96

View File

@@ -160,7 +160,7 @@ jobs:
- name: Install pip requirements
run: |
set +e
$pip list --outdated --format=freeze | grep -v '^\-e' | cut -d = -f 1 | xargs -n1 $pip install -U
$pip list --outdated --format=freeze | grep -v '^\-e' | cut -d = -f 1 | xargs -n1 $pip install -U --force-reinstall
$pip install --upgrade -r requirements.txt
- name: Build GAM with PyInstaller