mirror of
https://github.com/splunk/security_content
synced 2026-06-08 17:32:49 +00:00
Python requirements install failed due to later checkout.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user