Merge pull request #155 from asmeurer/numpy-ci-fixes #518
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 | |
# Proper linalg testing will require | |
# https://github.com/data-apis/array-api-tests/pull/101 | |
pytest-extra-args: "--disable-extension linalg" | |
extra-env-vars: | | |
ARRAY_API_TESTS_SKIP_DTYPES=uint16,uint32,uint64 |