Skip to content

Commit

Permalink
add poetry install
Browse files Browse the repository at this point in the history
  • Loading branch information
pyth0n1c committed Nov 22, 2024
1 parent bbc31ff commit 3cf28cb
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/test_through_configure.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 3cf28cb

Please sign in to comment.