Cehcking to see if it's only the virtualenv that

is causing the pip error.
This commit is contained in:
pyth0n1c
2021-07-28 11:51:58 -07:00
parent 2e4ac9e415
commit b9e7baa576
+3 -3
View File
@@ -64,13 +64,13 @@ jobs:
#Get the virtualenv set up
rm -rf venv
python3 -m venv --clear venv
source venv/bin/activate
#source venv/bin/activate
#Update pip, otherwise Github Actions complains
python3 -m pip install --upgrade pip
#python3 -m pip install --upgrade pip
#Actually install the requirements
python3 -m pip install -q -r requirements.txt --ignore-installed simplejson
#python3 -m pip install -q -r requirements.txt --ignore-installed simplejson
# - name: run validate