Skip to content

Commit

Permalink
Merge pull request #713 from HEXRD/remove-fabio-pin
Browse files Browse the repository at this point in the history
Try removing fabio pin
  • Loading branch information
psavery authored Sep 5, 2024
2 parents 8900b67 + e461b5e commit d63c57e
Showing 1 changed file with 2 additions and 7 deletions.
9 changes: 2 additions & 7 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,11 +55,6 @@ 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
# Install in editable mode for codecov
run: |
Expand All @@ -78,7 +73,7 @@ jobs:
pytest -s tests/
if: ${{ matrix.config.os != 'ubuntu-latest'}}
working-directory: hexrd

- name: Run tests with codecov
env:
HEXRD_EXAMPLE_REPO_PATH: ${{ github.workspace }}/examples
Expand All @@ -94,4 +89,4 @@ jobs:
file: coverage.xml
working-directory: hexrd
if: ${{ matrix.config.os == 'ubuntu-latest'}}

0 comments on commit d63c57e

Please sign in to comment.