We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7fdb524 commit e51cc62Copy full SHA for e51cc62
.github/actions/ngen-build/action.yaml
@@ -122,9 +122,8 @@ runs:
122
123
- name: Set Pip Constraints
124
run: |
125
- echo "numpy<2.0" > constraints.txt
126
- sudo mv constraints.txt /constraints.txt
127
- echo "PIP_CONSTRAINT=/constraints.txt" >> $GITHUB_ENV
+ echo "numpy<2.0" > $GITHUB_WORKSPACE/constraints.txt
+ echo "PIP_CONSTRAINT=$GITHUB_WORKSPACE/constraints.txt" >> $GITHUB_ENV
128
shell: bash
129
130
- name: Cache Python Dependencies
0 commit comments