We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 944ab2c commit 734c6d6Copy full SHA for 734c6d6
.github/workflows/ray-actions.yml
@@ -64,6 +64,6 @@ jobs:
64
- name: Show Full Numba Environment
65
run: python -m numba -s
66
shell: bash
67
- - name: Run Unit Tests
68
- run: ./test.sh unit
+ - name: Run Ray Unit Tests
+ run: ./test.sh custom 1 tests/test_ray.py
69
0 commit comments