From e9d4ad415109bd3bdd7dcb0d73807c4e6b6ab334 Mon Sep 17 00:00:00 2001 From: Tieqiong Zhang Date: Wed, 28 Aug 2024 17:55:02 -0400 Subject: [PATCH] matrix workflow fix mac --- .github/workflows/matrix.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/matrix.yml b/.github/workflows/matrix.yml index c2d3446c..91888f20 100644 --- a/.github/workflows/matrix.yml +++ b/.github/workflows/matrix.yml @@ -44,7 +44,7 @@ jobs: python -m pip install . --no-deps - name: Install latest diffpy.pdffit2 for Mac - if: runner.os == 'macos-latest' + if: runner.os == 'macOS' run: | conda uninstall diffpy.pdffit2 brew install gsl