Skip to content

Commit 56eae1e

Browse files
committed
Remove --derandomize from our personal CI
1 parent 88eea86 commit 56eae1e

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
@@ -28,4 +28,4 @@ jobs:
2828
env:
2929
ARRAY_API_TESTS_MODULE: numpy.array_api
3030
run: |
31-
pytest -v -rxXfE --ci --skips-file numpy-skips.txt --derandomize
31+
pytest -v -rxXfE --ci --skips-file numpy-skips.txt

0 commit comments

Comments
 (0)