Skip to content

Commit 3dd9a27

Browse files
committed
quotes around numpy requirements
1 parent 0137e76 commit 3dd9a27

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/setup/action.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,4 +38,4 @@ runs:
3838

3939
- name: Set numpy version
4040
shell: bash
41-
run: pip install numpy${{ inputs. numpy-version }}
41+
run: pip install numpy"${{ inputs. numpy-version }}"

0 commit comments

Comments
 (0)