Listing installed requirements explicitly after

install
This commit is contained in:
pyth0n1c
2021-07-28 11:19:31 -07:00
parent 1eb1fd01c4
commit 8ef75cc597
+3 -1
View File
@@ -65,7 +65,9 @@ jobs:
source venv/bin/activate
echo "Before installing requirements"
python3 -m pip list
sudo python3 -m pip install -q -r requirements.txt --ignore-installed simplejson
python3 -m pip install -q -r requirements.txt --ignore-installed simplejson
echo "After installing Python dependencies with the requirements.txt file"
python3 -m pip list
- name: run validate
run: |