We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dc19235 commit 24fbba4Copy full SHA for 24fbba4
1 file changed
.github/workflows/test.yml
@@ -22,7 +22,7 @@ jobs:
22
run: |
23
pushd /tmp
24
git clone --depth 1 https://github.com/data-apis/array-api-strict.git
25
- ls -l /tmp/array_api_strict
+ ls -l /tmp/array-api-strict
26
popd
27
- name: Install dependencies
28
@@ -34,6 +34,6 @@ jobs:
34
ARRAY_API_TESTS_MODULE: array_api_strict
35
ARRAY_API_STRICT_API_VERSION: 2024.12
36
37
- pytest -v -rxXfE --skips-file /tmp/array_api_strict/array-api-strict-xfails.txt array_api_tests/
+ pytest -v -rxXfE --skips-file /tmp/array-api-strict/array-api-strict-xfails.txt array_api_tests/
38
# We also have internal tests that isn't really necessary for adopters
39
pytest -v -rxXfE meta_tests/
0 commit comments