Skip to content

Commit

Permalink
Right bash
Browse files Browse the repository at this point in the history
  • Loading branch information
muellerzr committed Jul 10, 2023
1 parent 1a44cf8 commit fd90722
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/quality.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,6 @@ jobs:
run: make quality
- name: Check if failure
if: ${{ failure() }}
run:
run: |
echo "Quality check failed. Please ensure the right dependency versions are installed with `pip install -e .[quality]` and rerun `make style; make quality;`" >> $GITHUB_STEP_SUMMARY

0 comments on commit fd90722

Please sign in to comment.