minor fixes

This commit is contained in:
Fangjun Kuang 2022-08-18 15:38:51 +08:00
parent 95ee98b286
commit 95da81d6c3
2 changed files with 3 additions and 4 deletions

View File

@ -20,6 +20,8 @@ name: build_conda_macos_cpu
on:
push:
branches:
- conda
tags:
- '*'
@ -41,7 +43,7 @@ jobs:
run: |
# outputting for debugging purposes
python scripts/github_actions/generate_build_matrix.py
MATRIX=$(python scripts/github_actions/generate_build_matrix.py)
MATRIX=$(python scripts/github_actions/generate_build_matrix.py --test-only-latest-torch)
echo "::set-output name=matrix::${MATRIX}"
build_conda_macos_cpu:

View File

@ -20,9 +20,6 @@ name: build_conda_ubuntu_cpu
on:
push:
branches:
- master
- conda
tags:
- '*'