Skip to content

Commit

Permalink
Fix bisect by installing ncurses from conda-forge
Browse files Browse the repository at this point in the history
  • Loading branch information
xuzhao9 committed Oct 16, 2023
1 parent eb1adce commit 921c71f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/v2-bisection.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
requests ninja pyyaml setuptools cffi sympy ffmpeg \
typing_extensions future six dataclasses tabulate gitpython git-lfs tqdm regex
# install cmake 3.26 from conda-forge, cmake > 3.24 is required by torchaudio
conda install -y cmake="${CMAKE_VER}" -c conda-forge
conda install -y cmake="${CMAKE_VER}" ncurses -c conda-forge
# Install magma
conda install -y -c pytorch "${MAGMA_VER}"
- name: Bisection
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/v2-nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ jobs:
BUILD_ENVIRONMENT: benchmark-nightly
if: ${{ github.repository_owner == 'pytorch' }}
runs-on: [self-hosted, bm-runner]
timeout-minutes: 2880 # 48 hours
steps:
- name: Checkout
uses: actions/checkout@v3
Expand Down

0 comments on commit 921c71f

Please sign in to comment.