Skip to content

Commit

Permalink
make sed command work for macos
Browse files Browse the repository at this point in the history
  • Loading branch information
keiyamamo committed Sep 25, 2023
1 parent 0866fd9 commit a3aba73
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/actions/conda-install/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ runs:

- name: Modify environment file
run: |
sed -i "s/python>3.7/python=${{ inputs.python-version }}/g" environment.yml
sed -i'' -e "s/python>3.7/python=${{ inputs.python-version }}/g" environment.yml
shell: bash

- name: Get Date
Expand Down

0 comments on commit a3aba73

Please sign in to comment.