Merge pull request #285 from data-apis/ev-br-patch-1 #1040
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Array API Tests (PyTorch Latest) | |
on: [push, pull_request] | |
jobs: | |
array-api-tests-torch: | |
uses: ./.github/workflows/array-api-tests.yml | |
with: | |
package-name: torch | |
extra-env-vars: | | |
ARRAY_API_TESTS_SKIP_DTYPES=uint16,uint32,uint64 |