Skip to content

Commit

Permalink
Only pass -y to pip uninstall
Browse files Browse the repository at this point in the history
  • Loading branch information
JasonGross authored Jan 22, 2024
1 parent 7fae3a5 commit c44bf88
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ jobs:
printf '\n%s\n%s\n' '```' '</details>' >> "$GITHUB_STEP_SUMMARY"
if: always() && matrix.annotate-errors
- name: Install annotations for pytest
run: poetry run python -m pip install -y pytest-github-actions-annotate-failures
run: poetry run python -m pip install pytest-github-actions-annotate-failures
if: always() && matrix.annotate-errors
- name: Run the automated tests
run: poetry run pytest -v
Expand Down

0 comments on commit c44bf88

Please sign in to comment.