We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5bccd23 commit 7cd5f18Copy full SHA for 7cd5f18
.github/workflows/basic.yml
@@ -115,7 +115,7 @@ jobs:
115
run: .github/workflows/fail-fast.sh
116
- name: fix python3.9
117
run: |
118
- sed "s/python =3.11/python =3.9/g" environment.yml
+ sed -i "s/python =3.11/python =3.9/g" environment.yml
119
- uses: conda-incubator/setup-miniconda@master
120
with:
121
environment-file: environment.yml
0 commit comments