Using pip freeze to get all the new requirements

This commit is contained in:
pyth0n1c
2021-09-02 15:30:24 -07:00
parent 232f22fee5
commit 756cb6e1d7
3 changed files with 76 additions and 71 deletions
+2
View File
@@ -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
+3
View File
@@ -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