From 473f4c2f4cfe20c2b222554ac6fde90c6c93c44c Mon Sep 17 00:00:00 2001 From: Chris Harris Date: Tue, 16 Aug 2022 12:30:03 -0400 Subject: [PATCH] Pin fabio on MacOS so we get binary wheel --- .github/workflows/test.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 6ce58b870..6e0c7ee6a 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -57,6 +57,11 @@ jobs: run: echo 'SETUPTOOLS_USE_DISTUTILS=stdlib' >> $GITHUB_ENV if: ${{ matrix.config.os == 'windows-latest'}} + - name: Pin fabio to 0.12 on the Mac ( as binary wheel is available ) + run: | + pip install fabio==0.12 + if: ${{ matrix.config.os == 'macos-latest'}} + - name: Install HEXRD run: | pip install .