Skip to content

Commit

Permalink
Fix if statement
Browse files Browse the repository at this point in the history
  • Loading branch information
michalk8 committed Sep 15, 2024
1 parent 2cf1f5c commit 8ef9dec
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 @@ -42,7 +42,7 @@ jobs:
python -m pip install tox
- name: Setup Conda
if: matrix.os == 'macOS'
if: runner.os == 'macOS'
uses: conda-incubator/setup-miniconda@v3
with:
auto-update-conda: true
Expand Down

0 comments on commit 8ef9dec

Please sign in to comment.