Skip to content

Commit

Permalink
Update testing a bit
Browse files Browse the repository at this point in the history
  • Loading branch information
huydhn committed Nov 25, 2024
1 parent b4c18a3 commit a20f77d
Showing 1 changed file with 11 additions and 4 deletions.
15 changes: 11 additions & 4 deletions .github/workflows/test_build_wheels_linux_python_versions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,11 @@ jobs:
fail-fast: false
matrix:
include:
- repository: pytorch/torchtune
package-name: torchtune
- repository: pytorch/executorch
pre-script: build/packaging/pre_build_script.sh
post-script: build/packaging/post_build_script.sh
smoke-test-script: build/packaging/smoke_test.py
package-name: executorch
uses: ./.github/workflows/build_wheels_linux.yml
name: ${{ matrix.repository }}
with:
Expand All @@ -42,6 +45,10 @@ jobs:
test-infra-repository: ${{ github.repository }}
test-infra-ref: ${{ github.ref }}
build-matrix: ${{ needs.generate-matrix.outputs.matrix }}
submodules: true

Check failure

Code scanning / lintrunner

ACTIONLINT/[expression] Error test

input "submodules" is typed as string by reusable workflow "./.github/workflows/build_wheels_linux.yml". bool value cannot be assigned
env-var-script: build/packaging/env_var_script_linux.sh
pre-script: ${{ matrix.pre-script }}
post-script: ${{ matrix.post-script }}
package-name: ${{ matrix.package-name }}
trigger-event: "${{ github.event_name }}"
build-platform: 'python-build-package'
smoke-test-script: ${{ matrix.smoke-test-script }}
trigger-event: ${{ github.event_name }}

0 comments on commit a20f77d

Please sign in to comment.