Support the copy keyword in asarray #411
Workflow file for this run
This file contains 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 | ||
Check failure on line 7 in .github/workflows/array-api-tests-torch.yml GitHub Actions / Array API Tests (PyTorch Latest)Invalid workflow file
|
||
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" |