Skip to content

Commit

Permalink
preinstall setuptools
Browse files Browse the repository at this point in the history
  • Loading branch information
timt51 committed May 30, 2023
1 parent b6f8595 commit d7cd125
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ jobs:

- name: Install PyTorch ${{ matrix.torch-version }}+cu${{ matrix.cuda-version }}
run: |
pip install numpy pyyaml scipy ipython mkl mkl-include ninja cython typing pandas typing-extensions dataclasses packaging einops && conda clean -ya
pip install numpy pyyaml scipy ipython mkl mkl-include ninja cython typing pandas typing-extensions dataclasses packaging einops setuptools && conda clean -ya
pip install --no-cache-dir torch==${{ matrix.torch-version }} --index-url https://download.pytorch.org/whl/cu${{ matrix.cuda-version }}
python --version
python -c "import torch; print('PyTorch:', torch.__version__)"
Expand Down

0 comments on commit d7cd125

Please sign in to comment.