Skip to content

Commit

Permalink
Add conda to macos-13 runner.
Browse files Browse the repository at this point in the history
  • Loading branch information
jhale committed Oct 21, 2023
1 parent fed7786 commit a0d4ce5
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/conda.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,11 +20,14 @@ jobs:
runs-on: ${{ matrix.os }}

steps:
- name: Install conda (macos-13)
if: ${{ matrix.os == 'macos-13' }}
run: |
brew install anaconda
- name: Update conda
run: |
conda update conda
- name: Install DOLFINx (py3-9)
run: conda create -n env3-9 -c conda-forge python=3.9 fenics-dolfinx mpich
- name: Test (py3-9)
Expand Down

0 comments on commit a0d4ce5

Please sign in to comment.