We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0866fd9 commit a3aba73Copy full SHA for a3aba73
.github/actions/conda-install/action.yml
@@ -25,7 +25,7 @@ runs:
25
26
- name: Modify environment file
27
run: |
28
- sed -i "s/python>3.7/python=${{ inputs.python-version }}/g" environment.yml
+ sed -i'' -e "s/python>3.7/python=${{ inputs.python-version }}/g" environment.yml
29
shell: bash
30
31
- name: Get Date
0 commit comments