Skip to content

Commit

Permalink
Update pip_install.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
wolfiex authored Jan 15, 2025
1 parent 3904e46 commit 33224c3
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/pip_install.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,7 @@ jobs:
run: |
echo "Install test completed for Python ${{ matrix.python-version }} on OS ${{ matrix.os }}."
# Add failure annotations for each step where something might fail
steps:

- name: Add annotations for installation and testing failures
if: failure() # Only run this step if any previous step failed
run: |
Expand Down

0 comments on commit 33224c3

Please sign in to comment.