From 3cf28cb1684fe73bfc1a67a64162a4c865aef23d Mon Sep 17 00:00:00 2001 From: pyth0n1c Date: Fri, 22 Nov 2024 12:36:47 -0800 Subject: [PATCH] add poetry install --- .github/workflows/test_through_configure.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/test_through_configure.yml b/.github/workflows/test_through_configure.yml index 99ae044f..0db731bb 100644 --- a/.github/workflows/test_through_configure.yml +++ b/.github/workflows/test_through_configure.yml @@ -52,6 +52,7 @@ jobs: - name: Install Python Poetry run: | curl -sSL https://install.python-poetry.org/ | python - + poetry install --no-interaction yes "\n" | poetry run attack_range.py configure - name: Run attack_range configure with defaults @@ -110,6 +111,7 @@ jobs: - name: Install Python Poetry run: | curl -sSL https://install.python-poetry.org/ | python - + poetry install --no-interaction ls -lah yes "\n" | poetry run attack_range.py configure