Skip to content

Commit 57525e5

Browse files
committed
Update contest.py location for NumPy workflow
1 parent d7e0ddc commit 57525e5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/numpy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
- name: Run the test suite
2525
run: |
2626
# Mark some known issues as XFAIL
27-
cat << EOF >> conftest.py
27+
cat << EOF >> array_api_tests/conftest.py
2828
2929
names_to_be_xfailed = (
3030
# https://github.com/numpy/numpy/issues/18881

0 commit comments

Comments
 (0)