We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3adfc1c commit d81b2cdCopy full SHA for d81b2cd
.github/workflows/tag.yml
@@ -7,7 +7,6 @@ on:
7
- stable
8
paths:
9
- '**.py'
10
- - '!tests/**'
11
12
13
jobs:
tests/learner/test_AL.py
@@ -13,7 +13,6 @@
from icfree.learner.__main__ import main
14
15
16
-
17
def file_fingerprint(file_path):
18
"""
19
Calculate the fingerprint (SHA-256 hash) of a file.
0 commit comments