mirror of
https://github.com/GAM-team/GAM.git
synced 2026-06-18 13:11:37 +00:00
actions take 81
This commit is contained in:
1
.github/workflows/build.yml
vendored
1
.github/workflows/build.yml
vendored
@@ -128,6 +128,7 @@ jobs:
|
||||
|
||||
- name: Install pip requirements
|
||||
run: |
|
||||
set +e
|
||||
cd src
|
||||
$pip list --outdated --format=freeze | grep -v '^\-e' | cut -d = -f 1 | xargs -n1 $pip install -U
|
||||
$pip install --upgrade -r requirements.txt
|
||||
|
||||
Reference in New Issue
Block a user