Skip to content

Commit

Permalink
Update .github/workflows/test.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
effigies authored Dec 20, 2024
1 parent 2c1cb20 commit 30252f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ jobs:
uses: conda-incubator/setup-miniconda@v2
with:
# OSX runners do not have a built-in conda, so install, but don't change other OSs from default
miniforge-version: ${{ startsWith(matrix.os, "macos") && "latest" || "" }}
miniforge-version: ${{ startsWith(matrix.os, 'macos') && 'latest' || '' }}
python-version: ${{ matrix.python[1] }}
if: matrix.python[0] == 'conda'

Expand Down

0 comments on commit 30252f9

Please sign in to comment.