Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit e86c173

Browse files
committed
Minor change
1 parent 6716cff commit e86c173

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/numba-python-compatibility-actions.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
shell: bash
2626
- name: Compare Installed Python Version Versus Required
2727
#if: startsWith(${{ steps.python.outputs.version }}, ${{ env.req-python-version }})
28-
if: "startsWith(steps.python.outputs.version, env.req-python-version)"
28+
if: "!startsWith(steps.python.outputs.version, env.req-python-version)"
2929
run: |
3030
echo ${{ steps.python.outputs.version }}
3131
echo ${{ env.req-python-version }}

0 commit comments

Comments
 (0)