Skip to content

Commit

Permalink
Single quotes?
Browse files Browse the repository at this point in the history
  • Loading branch information
jhale committed Oct 11, 2024
1 parent edc1e22 commit a98fb31
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/conda.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,11 +27,11 @@ jobs:
python-version: ${{ matrix.python-version }}

- name: Install DOLFINx with MPICH (Unix-like)
if: ${{ runner.os == "macOS" || runner.os == "Linux" }}
if: ${{ runner.os == 'macOS' || runner.os == 'Linux' }}
run: |
conda install -c conda-forge fenics-dolfinx mpich
- name: Install DOLFINx (Windows)
if: ${{ runner.os == "Windows" }}
if: ${{ runner.os == 'Windows' }}
run: |
conda install -c conda-forge fenics-dolfinx
- name: Test
Expand Down

0 comments on commit a98fb31

Please sign in to comment.