mirror of
https://github.com/GAM-team/GAM.git
synced 2026-06-25 08:31:35 +00:00
Update build.yml
This commit is contained in:
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
@@ -345,6 +345,8 @@ jobs:
|
||||
- name: Install pip requirements
|
||||
run: |
|
||||
set +e
|
||||
PATH="${PATH}:${PYTHON_INSTALL_PATH}/scripts"
|
||||
echo $PATH
|
||||
"${PYTHON}" -m pip list --outdated --format=freeze | grep -v '^\-e' | cut -d = -f 1 | xargs -n1 $PYTHON -m pip install -U --force-reinstall
|
||||
"${PYTHON}" -m pip install --upgrade -r requirements.txt
|
||||
|
||||
|
||||
Reference in New Issue
Block a user