Skip to content

Commit

Permalink
parity for nightly ci - make sure to install setuptools (#2176) [skip…
Browse files Browse the repository at this point in the history
… ci]
  • Loading branch information
winglian authored Dec 12, 2024
1 parent 78a4aa8 commit 02629c7
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/tests-nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,11 @@ jobs:
python-version: ${{ matrix.python_version }}
cache: 'pip' # caching pip dependencies

- name: upgrade pip
run: |
pip3 install --upgrade pip
pip3 install --upgrade packaging setuptools wheel
- name: Install PyTorch
run: |
pip3 install torch==${{ matrix.pytorch_version }} --index-url https://download.pytorch.org/whl/cpu
Expand Down

0 comments on commit 02629c7

Please sign in to comment.