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 0137e76 commit 3dd9a27Copy full SHA for 3dd9a27
.github/setup/action.yaml
@@ -38,4 +38,4 @@ runs:
38
39
- name: Set numpy version
40
shell: bash
41
- run: pip install numpy${{ inputs. numpy-version }}
+ run: pip install numpy"${{ inputs. numpy-version }}"
0 commit comments