Skip to content

Commit

Permalink
Fix numpy constraint for macos tests
Browse files Browse the repository at this point in the history
  • Loading branch information
echarlaix committed Oct 9, 2024
1 parent 2c0476e commit 4b4f8f2
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/dev_test_bettertransformer.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,8 @@ jobs:
uses: actions/setup-python@v2
with:
python-version: ${{ matrix.python-version }}
- if: ${{ matrix.os == 'macos-13' }}
run: pip install numpy==1.*
- name: Install dependencies
run: |
pip install .[tests]
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/test_onnx.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,8 @@ jobs:
uses: actions/setup-python@v2
with:
python-version: ${{ matrix.python-version }}
- if: ${{ matrix.os == 'macos-13' }}
run: pip install numpy==1.*
- name: Install dependencies
run: |
pip install .[tests,exporters]
Expand Down

0 comments on commit 4b4f8f2

Please sign in to comment.