diff --git a/.github/workflows/dev_test_bettertransformer.yml b/.github/workflows/dev_test_bettertransformer.yml index e4c999ca6d..7659f2741f 100644 --- a/.github/workflows/dev_test_bettertransformer.yml +++ b/.github/workflows/dev_test_bettertransformer.yml @@ -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] diff --git a/.github/workflows/test_onnx.yml b/.github/workflows/test_onnx.yml index 9aa8b30723..923863dd1f 100644 --- a/.github/workflows/test_onnx.yml +++ b/.github/workflows/test_onnx.yml @@ -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]