Thanks to visit codestin.com Credit goes to github.com
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 6716cff commit e86c173Copy full SHA for e86c173
.github/workflows/numba-python-compatibility-actions.yml
@@ -25,7 +25,7 @@ jobs:
25
shell: bash
26
- name: Compare Installed Python Version Versus Required
27
#if: startsWith(${{ steps.python.outputs.version }}, ${{ env.req-python-version }})
28
- if: "startsWith(steps.python.outputs.version, env.req-python-version)"
+ if: "!startsWith(steps.python.outputs.version, env.req-python-version)"
29
run: |
30
echo ${{ steps.python.outputs.version }}
31
echo ${{ env.req-python-version }}
0 commit comments