parity for nightly ci - make sure to install setuptools (#2176) [skip ci]

This commit is contained in:
Wing Lian
2024-12-11 20:14:55 -05:00
committed by GitHub
parent 78a4aa86d6
commit 02629c7cdf

View File

@@ -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