From 1eb1fd01c4e1bd82ee51bc473fbab358fbe36edf Mon Sep 17 00:00:00 2001 From: pyth0n1c <87383215+pyth0n1c@users.noreply.github.com> Date: Wed, 28 Jul 2021 11:15:41 -0700 Subject: [PATCH] Figuring out jsonschema dependency issues --- .github/workflows/actions-migration.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/actions-migration.yml b/.github/workflows/actions-migration.yml index 7f0a00c6df..f82d06b8b2 100644 --- a/.github/workflows/actions-migration.yml +++ b/.github/workflows/actions-migration.yml @@ -63,11 +63,15 @@ jobs: #virtualenv --python=/usr/bin/python3 --clear venv python3 -m venv --clear venv source venv/bin/activate + echo "Before installing requirements" + python3 -m pip list sudo python3 -m pip install -q -r requirements.txt --ignore-installed simplejson - name: run validate run: | source venv/bin/activate + echo "Before we try to run validate" + python3 -m pip list python contentctl.py --path . --verbose validate - name: Get CTI Repo for Mitre context