Checking to see if pip update worked

This commit is contained in:
pyth0n1c
2021-07-28 11:48:19 -07:00
parent c8a7627c32
commit 7dc36d014d
+10 -10
View File
@@ -59,18 +59,18 @@ jobs:
# #TODO: CircleCI save_cache equivalent
# - name: Install Python Dependencies
# run: |
# #Get the virtualenv set up
# rm -rf venv
# python3 -m venv --clear venv
# source venv/bin/activate
- name: Install Python Dependencies
run: |
#Get the virtualenv set up
rm -rf venv
python3 -m venv --clear venv
source venv/bin/activate
# #Update pip, otherwise Github Actions complains
# python3 -m pip install --upgrade pip
#Update pip, otherwise Github Actions complains
python3 -m pip install --upgrade pip
# #Actually install the requirements
# python3 -m pip install -q -r requirements.txt --ignore-installed simplejson
#Actually install the requirements
python3 -m pip install -q -r requirements.txt --ignore-installed simplejson
# - name: run validate