Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
lanluo-nvidia committed Jul 5, 2024
1 parent 9a74f75 commit 9e07fbe
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-test-windows.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: Build and test Windows wheels

on:
# pull_request:
#pull_request:
push:
branches:
- main
Expand Down
6 changes: 2 additions & 4 deletions .github/workflows/release-linux.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Release Linux wheels and tarball
name: Release Linux wheels and tarball artifacts

on:
pull_request:
Expand Down Expand Up @@ -75,10 +75,8 @@ jobs:
id: generate
run: |
set -eou pipefail
pwd
ls -lart .github/scripts/
MATRIX_BLOB=${{ toJSON(needs.generate-matrix.outputs.matrix) }}
MATRIX_BLOB="$(python3 .github/scripts/generate_release_matrix.py --matrix "${MATRIX_BLOB}")"
MATRIX_BLOB="$(python3 .github/scripts/generate-release-matrix.py --matrix "${MATRIX_BLOB}")"
echo "${MATRIX_BLOB}"
echo "matrix=${MATRIX_BLOB}" >> "${GITHUB_OUTPUT}"
Expand Down

0 comments on commit 9e07fbe

Please sign in to comment.