From 4849999140af6aa3eabbf87e25c4464a4b34aefc Mon Sep 17 00:00:00 2001 From: pyth0n1c <87383215+pyth0n1c@users.noreply.github.com> Date: Mon, 9 Aug 2021 10:07:11 -0700 Subject: [PATCH] Python requirements install failed due to later checkout. --- .github/workflows/detection-testing.yml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/.github/workflows/detection-testing.yml b/.github/workflows/detection-testing.yml index f2a194283d..c43696e8d9 100644 --- a/.github/workflows/detection-testing.yml +++ b/.github/workflows/detection-testing.yml @@ -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