Skip to content

Commit

Permalink
Update .github/workflows/scripts/unique_warning_reporter.sh
Browse files Browse the repository at this point in the history
Co-authored-by: Pietropaolo Frisoni <[email protected]>
  • Loading branch information
mlxd and PietropaoloFrisoni authored Nov 13, 2024
1 parent 337cb98 commit 7cba722
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/scripts/unique_warning_reporter.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

# This file determines and counts the unique warnings that appear in the test suite using the
# warnings-as-errors action runs. The volume of each reported warning can be used to indicate
# severity or importance for rectification.
# the severity or importance of rectification.

JOBID=$(gh run list -w "Test-suite with Python warnings as errors" -L 1 --json databaseId -q '.[0].databaseId')
echo "View latest job at https://github.com/PennyLaneAI/pennylane/actions/runs/$JOBID"
Expand Down

0 comments on commit 7cba722

Please sign in to comment.