We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bbc31ff commit 3cf28cbCopy full SHA for 3cf28cb
.github/workflows/test_through_configure.yml
@@ -52,6 +52,7 @@ jobs:
52
- name: Install Python Poetry
53
run: |
54
curl -sSL https://install.python-poetry.org/ | python -
55
+ poetry install --no-interaction
56
yes "\n" | poetry run attack_range.py configure
57
58
- name: Run attack_range configure with defaults
@@ -110,6 +111,7 @@ jobs:
110
111
112
113
114
115
ls -lah
116
117
0 commit comments