Skip to content

Commit

Permalink
Merge pull request #88 from grok-ai/bugfix/fix-sed-cmd
Browse files Browse the repository at this point in the history
Fix sed command in GitHub Action
  • Loading branch information
lucmos authored Aug 6, 2023
2 parents fdc7665 + 154c7ef commit 5ba0718
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test_suite.yml
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ jobs:
- name: Install torch cpu only
shell: bash -l {0}
run: |
sed -Ei '/nvidia\|cuda/d' ${{ env.CONDA_ENV_FILE }}
sed -i '/nvidia\|cuda/d' ${{ env.CONDA_ENV_FILE }}
cat ${{ env.CONDA_ENV_FILE }}
working-directory: ${{ env.COOKIECUTTER_PROJECT_NAME }}

Expand Down

0 comments on commit 5ba0718

Please sign in to comment.