Skip to content

Commit c12798a

Browse files
committed
Minor change
1 parent 09795f1 commit c12798a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/check-python-eol-actions.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
repository: stumpy-dev/stumpy
2222
- name: Check Python Version End of Life
2323
run: |
24-
if [[ `python ./version.py | grep python | grep Mismatch | wc -l` -gt "0" ]]; then
24+
if [[ `./version.py | grep python | grep Mismatch | wc -l` -gt "0" ]]; then
2525
echo "Bump minimum version due to Python end-of-life"
2626
exit 1
2727
fi

0 commit comments

Comments
 (0)