Skip to content

Commit 473f4c2

Browse files
committed
Pin fabio on MacOS so we get binary wheel
1 parent 6cd5da0 commit 473f4c2

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/test.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,11 @@ jobs:
5757
run: echo 'SETUPTOOLS_USE_DISTUTILS=stdlib' >> $GITHUB_ENV
5858
if: ${{ matrix.config.os == 'windows-latest'}}
5959

60+
- name: Pin fabio to 0.12 on the Mac ( as binary wheel is available )
61+
run: |
62+
pip install fabio==0.12
63+
if: ${{ matrix.config.os == 'macos-latest'}}
64+
6065
- name: Install HEXRD
6166
run: |
6267
pip install .

0 commit comments

Comments
 (0)