Skip to content

Commit

Permalink
fix: use sed -i flag
Browse files Browse the repository at this point in the history
  • Loading branch information
fstagni authored Aug 2, 2023
1 parent 5bccd23 commit 7cd5f18
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/basic.yml
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ jobs:
run: .github/workflows/fail-fast.sh
- name: fix python3.9
run: |
sed "s/python =3.11/python =3.9/g" environment.yml
sed -i "s/python =3.11/python =3.9/g" environment.yml
- uses: conda-incubator/setup-miniconda@master
with:
environment-file: environment.yml
Expand Down

0 comments on commit 7cd5f18

Please sign in to comment.