minor fixes

This commit is contained in:
Fangjun Kuang 2022-08-20 10:59:00 +08:00
parent ea9755d62d
commit 7434d69239
3 changed files with 2 additions and 4 deletions

View File

@ -20,8 +20,6 @@ name: build_conda_macos_cpu
on:
push:
branches:
- conda
tags:
- '*'

View File

@ -41,7 +41,7 @@ jobs:
run: |
# outputting for debugging purposes
python scripts/github_actions/generate_build_matrix.py
MATRIX=$(python scripts/github_actions/generate_build_matrix.py --test-only-latest-torch)
MATRIX=$(python scripts/github_actions/generate_build_matrix.py)
echo "::set-output name=matrix::${MATRIX}"
build_conda_ubuntu_cpu:

View File

@ -41,7 +41,7 @@ jobs:
run: |
# outputting for debugging purposes
python scripts/github_actions/generate_build_matrix.py
MATRIX=$(python scripts/github_actions/generate_build_matrix.py --test-only-latest-torch)
MATRIX=$(python scripts/github_actions/generate_build_matrix.py)
echo "::set-output name=matrix::${MATRIX}"
build_conda_windows_cpu: