Skip to content

Commit

Permalink
use not
Browse files Browse the repository at this point in the history
  • Loading branch information
jcapriot committed Aug 20, 2024
1 parent 9f7f9d1 commit 3d25ab7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/python-package-conda.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:
- name: Install MKL solver interface
# Don't run this on the osx-arm images.
if: ${{ !((runner.os == 'macOS') and contains(runner.arch, 'ARM')) }}
if: ${{ not((runner.os == 'macOS') and contains(runner.arch, 'ARM')) }}
run:
conda install --quiet --yes -c conda-forge pydiso

Expand Down

0 comments on commit 3d25ab7

Please sign in to comment.