Branch was auto-updated.

This commit is contained in:
Bhavin Patel
2021-11-03 19:08:54 -07:00
committed by GitHub
44 changed files with 2 additions and 2 deletions
+2 -2
View File
@@ -69,7 +69,7 @@ jobs:
- name: Install Python Dependencies
run: |
#Get the virtualenv set up
cd automated_detection_testing/ci/python_ci_code
cd bin/automated_detection_testing/ci/python_ci_code
rm -rf venv
python3 -m venv --clear venv
source venv/bin/activate
@@ -90,7 +90,7 @@ jobs:
- name: Run Detection testing
timeout-minutes: 120
run: |
cd automated_detection_testing/ci/python_ci_code
cd bin/automated_detection_testing/ci/python_ci_code
source venv/bin/activate
echo "github.event.issue.pull_request : [${{ github.event.issue.pull_request }}]"

Before

Width:  |  Height:  |  Size: 78 KiB

After

Width:  |  Height:  |  Size: 78 KiB