mirror of
https://github.com/GAM-team/GAM.git
synced 2026-06-28 09:51:36 +00:00
actions take 80
This commit is contained in:
1
.github/workflows/build.yml
vendored
1
.github/workflows/build.yml
vendored
@@ -129,7 +129,6 @@ jobs:
|
||||
- name: Install pip requirements
|
||||
run: |
|
||||
cd src
|
||||
$pip install --upgrade pip
|
||||
$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