Skip to content

Commit

Permalink
Debugging mysterious build failure
Browse files Browse the repository at this point in the history
  • Loading branch information
mehaase committed Jan 8, 2025
1 parent f7bfc63 commit fe3c3c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
with:
python-version: '3.8'
- name: Install Poetry
run: curl -sSL https://install.python-poetry.org/ | python -
run: curl -sSL https://install.python-poetry.org/ | python - || cat /home/runner/work/attack-flow/attack-flow/poetry*
- name: Add Poetry to PATH
run: echo "$HOME/.poetry/bin" >> $GITHUB_PATH
- name: Install Python dependencies
Expand Down

0 comments on commit fe3c3c0

Please sign in to comment.