Skip to content

Commit 24fbba4

Browse files
committed
..
1 parent dc19235 commit 24fbba4

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
run: |
2323
pushd /tmp
2424
git clone --depth 1 https://github.com/data-apis/array-api-strict.git
25-
ls -l /tmp/array_api_strict
25+
ls -l /tmp/array-api-strict
2626
popd
2727
- name: Install dependencies
2828
run: |
@@ -34,6 +34,6 @@ jobs:
3434
ARRAY_API_TESTS_MODULE: array_api_strict
3535
ARRAY_API_STRICT_API_VERSION: 2024.12
3636
run: |
37-
pytest -v -rxXfE --skips-file /tmp/array_api_strict/array-api-strict-xfails.txt array_api_tests/
37+
pytest -v -rxXfE --skips-file /tmp/array-api-strict/array-api-strict-xfails.txt array_api_tests/
3838
# We also have internal tests that isn't really necessary for adopters
3939
pytest -v -rxXfE meta_tests/

0 commit comments

Comments
 (0)