Skip to content

Commit

Permalink
Improve quality errors (#1698)
Browse files Browse the repository at this point in the history
* Purposefully fail

* Step summary

* Right bash

* Take 2

* Post to job summary

* Extra space
  • Loading branch information
muellerzr authored Jul 11, 2023
1 parent e3aae2a commit 64d7b58
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/quality.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,9 @@ jobs:
- name: Install Python dependencies
run: pip install -e .[quality]
- name: Run Quality check
run: make quality
run: make quality
- name: Check if failure
if: ${{ failure() }}
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 64d7b58

Please sign in to comment.