Skip to content

Commit

Permalink
rm debug
Browse files Browse the repository at this point in the history
  • Loading branch information
markcmiller86 committed Nov 21, 2024
1 parent 5a3dcf0 commit 0c0d2e7
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/update_prci_cksum.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,6 @@ jobs:
- name: Compute checksum
run: |
cd src/test
pwd
ls
# Compute the checksum of all prci .py source code
cksum=$(find tests -name '*.py' -exec grep -H -m 1 CLASSES {} \; | grep prci | cut -d':' -f1 | sort | xargs -n 1 cat | shasum -a 256 | cut -d' ' -f1)
Expand Down

0 comments on commit 0c0d2e7

Please sign in to comment.