Python requirements install failed due to later checkout.

This commit is contained in:
pyth0n1c
2021-08-09 10:07:11 -07:00
parent 92de174e14
commit 4849999140
+7 -7
View File
@@ -26,13 +26,13 @@ jobs:
python-version: '3.9.5' #Available versions here - https://github.com/actions/python-versions/releases easy to change/make a matrix/use pypy
architecture: 'x64' # optional x64 or x86. Defaults to x64 if not specified
- name: Install Python Dependencies
run: |
#Get the virtualenv set up
rm -rf venv
python3 -m venv --clear venv
source venv/bin/activate
python3 -m pip install -q -r requirements.txt
# - name: Install Python Dependencies
# run: |
# #Get the virtualenv set up
# rm -rf venv
# python3 -m venv --clear venv
# source venv/bin/activate
# python3 -m pip install -q -r requirements.txt
- name: Get branch and PR required for detection testing main.py
id: vars