actions take 80

This commit is contained in:
Jay Lee
2020-12-04 14:29:15 -05:00
parent 7f2beb4d80
commit 8a744aa7fc

View File

@@ -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