Skip to content

Commit

Permalink
fix ci-notebook-vision transient 6 hour CI timeouts by installing old…
Browse files Browse the repository at this point in the history
…er pyarrow (microsoft#2212)
  • Loading branch information
imatiach-msft authored Aug 16, 2023
1 parent e3cf080 commit 3cc2e06
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/CI-notebook-vision.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,13 @@ jobs:
pip install .
working-directory: responsibleai_vision

- if: ${{ matrix.operatingSystem == 'windows-latest' }}
name: Install older pyarrow to fix CI getting stuck on Windows
shell: bash -l {0}
run: |
pip install --force-reinstall pyarrow==11.0.0
pip install "numpy<=1.22.4"
- name: Pip freeze
shell: bash -l {0}
run: |
Expand Down

0 comments on commit 3cc2e06

Please sign in to comment.