We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 09795f1 commit c12798aCopy full SHA for c12798a
.github/workflows/check-python-eol-actions.yml
@@ -21,7 +21,7 @@ jobs:
21
repository: stumpy-dev/stumpy
22
- name: Check Python Version End of Life
23
run: |
24
- if [[ `python ./version.py | grep python | grep Mismatch | wc -l` -gt "0" ]]; then
+ if [[ `./version.py | grep python | grep Mismatch | wc -l` -gt "0" ]]; then
25
echo "Bump minimum version due to Python end-of-life"
26
exit 1
27
fi
0 commit comments