Skip to content

Support the copy keyword in asarray #411

Support the copy keyword in asarray

Support the copy keyword in asarray #411

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

View workflow run for this annotation

GitHub Actions / Array API Tests (PyTorch Latest)

Invalid workflow file

The workflow is not valid. In .github/workflows/array-api-tests-torch.yml (Line: 7, Col: 11): Error from called workflow data-apis/array-api-compat/.github/workflows/array-api-tests.yml@2788c08b3d82b907d809fd04ca853532b311bcca (Line: 60, Col: 11): Unexpected end of expression: ')'. Located at position 114 within expression: ! ((matrix.python-version == '3.11' && inputs.package-name == 'numpy' && contains(inputs.package-version, '1.21')) In .github/workflows/array-api-tests-torch.yml (Line: 7, Col: 11): Error from called workflow data-apis/array-api-compat/.github/workflows/array-api-tests.yml@2788c08b3d82b907d809fd04ca853532b311bcca (Line: 66, Col: 11): Unexpected end of expression: ')'. Located at position 114 within expression: ! ((matrix.python-version == '3.11' && inputs.package-name == 'numpy' && contains(inputs.package-version, '1.21'))
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"