Skip to content

Commit 3d25ab7

Browse files
committed
use not
1 parent 9f7f9d1 commit 3d25ab7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/python-package-conda.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ jobs:
4747
4848
- name: Install MKL solver interface
4949
# Don't run this on the osx-arm images.
50-
if: ${{ !((runner.os == 'macOS') and contains(runner.arch, 'ARM')) }}
50+
if: ${{ not((runner.os == 'macOS') and contains(runner.arch, 'ARM')) }}
5151
run:
5252
conda install --quiet --yes -c conda-forge pydiso
5353

0 commit comments

Comments
 (0)