mirror of
https://github.com/splunk/security_content
synced 2026-06-08 17:32:49 +00:00
removing venv
This commit is contained in:
@@ -22,18 +22,14 @@ jobs:
|
||||
cache-dependency-path: 'requirements.txt'
|
||||
architecture: 'x64' # optional x64 or x86. Defaults to x64 if not specified
|
||||
|
||||
#- name: Install Python Dependencies
|
||||
# run: |
|
||||
# python -m venv .venv
|
||||
|
||||
# source .venv/bin/activate
|
||||
# python -m pip install wheel
|
||||
# python -m pip install -r requirements.txt
|
||||
- name: Install Python Dependencies
|
||||
run: |
|
||||
python -m pip install wheel
|
||||
python -m pip install -r requirements.txt
|
||||
|
||||
- name: Run contentctl and slim to make sure they work on each platform and python version
|
||||
run: |
|
||||
# Validate
|
||||
#source .venv/bin/activate
|
||||
python contentctl.py -p . --skip_enrichment validate -pr ESCU
|
||||
python contentctl.py -p . --skip_enrichment validate -pr SSA
|
||||
# Generate
|
||||
|
||||
Reference in New Issue
Block a user