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 24, 2023
1 parent 3b7eac9 commit 33965f1
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 33965f1

Please sign in to comment.