mirror of
https://github.com/splunk/security_content
synced 2026-06-08 17:32:49 +00:00
Using pip freeze to get all the new requirements
This commit is contained in:
@@ -80,8 +80,10 @@ jobs:
|
||||
rm -rf venv
|
||||
python3 -m venv --clear venv
|
||||
source venv/bin/activate
|
||||
python3 -m pip install --upgrade pip
|
||||
python3 -m pip install wheel
|
||||
python3 -m pip install -q -r requirements.txt
|
||||
pip freeze
|
||||
|
||||
|
||||
- name: run validate
|
||||
|
||||
@@ -63,7 +63,10 @@ jobs:
|
||||
rm -rf venv
|
||||
python3 -m venv --clear venv
|
||||
source venv/bin/activate
|
||||
python3 -m pip install --upgrade pip
|
||||
python3 -m pip install wheel
|
||||
python3 -m pip install -q -r requirements.txt
|
||||
|
||||
|
||||
|
||||
#Set up credentials in the environment so that boto will be able to find them
|
||||
|
||||
Reference in New Issue
Block a user