Skip to content

Commit

Permalink
Fix.
Browse files Browse the repository at this point in the history
  • Loading branch information
jhale committed Oct 11, 2024
1 parent 1ab3343 commit bf014d5
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/conda.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,12 +25,11 @@ jobs:
run: |
brew install anaconda
echo "/opt/homebrew/anaconda3/bin:/usr/local/anaconda3/bin" >> $GITHUB_PATH
- nane: Place conda on path (Windows)
- name: Place conda on path (Windows)
if: runner.os == 'Windows'
run: |
echo "$env:CONDA/bin" | Out-File -Append -FilePath $env:GITHUB_PATH -Encoding utf8
- name: Update conda
shell: bash
run: |
conda update conda
Expand Down

0 comments on commit bf014d5

Please sign in to comment.