Skip to content

Commit 89cfdcf

Browse files
committed
[skip ci] build pytorch 1.9.0
1 parent f9ee230 commit 89cfdcf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/building.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444
4545
- name: Install PyTorch ${{ matrix.torch-version }}+${{ matrix.cuda-version }}
4646
run: |
47-
pip install numpy typing-extensions
47+
pip install numpy typing-extensions dataclasses
4848
pip install --no-index --no-cache-dir torch==${{ matrix.torch-version}} -f https://download.pytorch.org/whl/${{ matrix.cuda-version }}/torch_stable.html
4949
python -c "import torch; print('PyTorch:', torch.__version__)"
5050
python -c "import torch; print('CUDA:', torch.version.cuda)"

0 commit comments

Comments
 (0)