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 nvcc --version
- name: Install PyTorch ${{ matrix.torch }} - name: Install PyTorch ${{ matrix.torch }}
shell: bash
run: | run: |
version=${{ matrix.cuda }} version=${{ matrix.cuda }}
major=${version:0:2} major=${version:0:2}

View File

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

View File

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