mirror of
https://github.com/splunk/security_content
synced 2026-06-08 17:32:49 +00:00
Cehcking to see if it's only the virtualenv that
is causing the pip error.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user