Skip to content

Commit

Permalink
Merge pull request #462 from HEXRD/setuptools
Browse files Browse the repository at this point in the history
Pin fabio to 0.12 on the Mac
  • Loading branch information
joelvbernier authored Aug 16, 2022
2 parents 6cd5da0 + 473f4c2 commit 92458e3
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 .
Expand Down

0 comments on commit 92458e3

Please sign in to comment.