Skip to content

Commit

Permalink
Try an action.
Browse files Browse the repository at this point in the history
  • Loading branch information
jhale committed Oct 11, 2024
1 parent bf014d5 commit a0de86c
Showing 1 changed file with 1 addition and 12 deletions.
13 changes: 1 addition & 12 deletions .github/workflows/conda.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,18 +20,7 @@ jobs:
timeout-minutes: 30

steps:
- name: Install conda (macOS)
if: runner.os == 'macOS'
run: |
brew install anaconda
echo "/opt/homebrew/anaconda3/bin:/usr/local/anaconda3/bin" >> $GITHUB_PATH
- 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
run: |
conda update conda
- uses: conda-incubator/setup-miniconda@v3

- name: Install DOLFINx (py3-9)
run: |
Expand Down

0 comments on commit a0de86c

Please sign in to comment.