Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
kafitzgerald committed Feb 2, 2024
1 parent e19c7a6 commit 12159f2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
token: ${{ github.token }}
- name: Conda setup
uses: conda-incubator/setup-miniconda@v2
if: {{ (matrix.os != 'macos-14') && (matrix.os != 'windows-latest') }}
if: (matrix.os != 'macos-14') && (matrix.os != 'windows-latest')
with:
python-version: ${{ matrix.python-version }}
channels: conda-forge
Expand Down

0 comments on commit 12159f2

Please sign in to comment.