Skip to content

WIP: run array-api-tests for torch f64 default #4

WIP: run array-api-tests for torch f64 default

WIP: run array-api-tests for torch f64 default #4

name: Array API Tests (F64 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-f64.yml

View workflow run for this annotation

GitHub Actions / Array API Tests (F64 PyTorch Latest)

Invalid workflow file

The workflow is not valid. .github/workflows/array-api-tests-torch-f64.yml (Line: 7, Col: 11): Input python-versions is required, but not provided while calling.
with:
package-name: torch
extra-env-vars: |
ARRAY_API_TESTS_SKIP_DTYPES=uint16,uint32,uint64
ARRAY_API_TESTS_MODULE=exec('import array_api_compat.torch as xp; import torch; torch.set_default_dtype(xp.float64)')