We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents e7b6fa7 + a3aba73 commit fc46e6dCopy full SHA for fc46e6d
.github/actions/conda-install/action.yml
@@ -23,6 +23,11 @@ runs:
23
# uncomment to install env in one go (without caching)
24
# environment-file: environment.yml
25
26
+ - name: Modify environment file
27
+ run: |
28
+ sed -i'' -e "s/python>3.7/python=${{ inputs.python-version }}/g" environment.yml
29
+ shell: bash
30
+
31
- name: Get Date
32
id: get-date
33
run: echo "today=$(/bin/date -u '+%Y%m%d')" >> "$GITHUB_OUTPUT"
0 commit comments