Skip to content

Commit

Permalink
upd
Browse files Browse the repository at this point in the history
  • Loading branch information
babenek committed Nov 30, 2024
1 parent 44e8ec8 commit 69a2b0d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
- name: Check ml_model.onnx integrity
if: ${{ always() && steps.code_checkout.conclusion == 'success' }}
run: |
md5sum --binary credsweeper/ml_model/ml_config.json | grep 49c4352ae9ec82ad432d49d7e51c27f1
md5sum --binary credsweeper/ml_model/ml_config.json | grep 4a397e4481c409bbff63e6cc7f9bdef9
md5sum --binary credsweeper/ml_model/ml_model.onnx | grep 0903a077eed92d67f6ea43f8389085cb
# # # line ending
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ python-docx==1.1.2
python-pptx==1.0.2
PyYAML==6.0.2
requests==2.32.3
whatthepatch==1.0.6
whatthepatch==1.0.7

# Auxiliary
# Tests and maintenance packages
Expand Down

0 comments on commit 69a2b0d

Please sign in to comment.