Fix errors.

This commit is contained in:
Fangjun Kuang 2022-06-03 11:49:54 +08:00
parent 63816e9f19
commit a6d33c5291
3 changed files with 3 additions and 1 deletions

View File

@ -87,6 +87,7 @@ jobs:
nvcc --version
- name: Install PyTorch ${{ matrix.torch }}
shell: bash
run: |
version=${{ matrix.cuda }}
major=${version:0:2}

View File

@ -20,7 +20,7 @@ on:
push:
branches:
- master
- nightly-test
pull_request:
branches:
- master

View File

@ -84,6 +84,7 @@ jobs:
nvcc --version
- name: Install PyTorch ${{ matrix.torch }}
shell: bash
run: |
version=${{ matrix.cuda }}
major=${version:0:2}