Skip to content

Commit f79ebfd

Browse files
committed
Minor change
1 parent be83b2b commit f79ebfd

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,8 @@ jobs:
2525
repository: stumpy-dev/stumpy
2626
- name: Check Python Version End of Life
2727
run: |
28+
# Test script first
29+
python ./versions.py
2830
if [[ `python ./versions.py | grep python | grep Mismatch | wc -l` -gt "0" ]]; then
2931
echo "Bump minimum version due to Python end-of-life"
3032
exit 1

0 commit comments

Comments
 (0)