We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e7b6fa7 commit 0866fd9Copy full SHA for 0866fd9
.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 "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