removing venv

This commit is contained in:
pyth0n1c
2022-07-22 11:45:02 -07:00
parent 0e1e6a2798
commit 609d151e16
@@ -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