Skip to content

Commit 3cf28cb

Browse files
committed
add poetry install
1 parent bbc31ff commit 3cf28cb

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/test_through_configure.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,7 @@ jobs:
5252
- name: Install Python Poetry
5353
run: |
5454
curl -sSL https://install.python-poetry.org/ | python -
55+
poetry install --no-interaction
5556
yes "\n" | poetry run attack_range.py configure
5657
5758
- name: Run attack_range configure with defaults
@@ -110,6 +111,7 @@ jobs:
110111
- name: Install Python Poetry
111112
run: |
112113
curl -sSL https://install.python-poetry.org/ | python -
114+
poetry install --no-interaction
113115
ls -lah
114116
yes "\n" | poetry run attack_range.py configure
115117

0 commit comments

Comments
 (0)