Skip to content

Commit 7cd5f18

Browse files
authored
fix: use sed -i flag
1 parent 5bccd23 commit 7cd5f18

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/basic.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ jobs:
115115
run: .github/workflows/fail-fast.sh
116116
- name: fix python3.9
117117
run: |
118-
sed "s/python =3.11/python =3.9/g" environment.yml
118+
sed -i "s/python =3.11/python =3.9/g" environment.yml
119119
- uses: conda-incubator/setup-miniconda@master
120120
with:
121121
environment-file: environment.yml

0 commit comments

Comments
 (0)