There was an error while loading. Please reload this page.
1 parent fa3931f commit 6db53a2Copy full SHA for 6db53a2
1 file changed
.github/workflows/ci.yaml
@@ -34,7 +34,8 @@ jobs:
34
uses: astral-sh/setup-uv@fac544c07dec837d0ccb6301d7b5580bf5edae39 # v8.2.0
35
with:
36
enable-cache: false
37
- - run: make check
+ - name: Run `make check`
38
+ run: make check
39
40
macos-tests:
41
name: macOS / make test-highest-pytorch / markers=not-slow
@@ -49,7 +50,7 @@ jobs:
49
50
51
52
- - name: Run tests
53
+ - name: Run `make test-highest-pytorch`
54
run: make test-highest-pytorch PYTEST_ARGS="--marker 'not slow' --junit"
55
- name: Upload test results
56
if: always()
0 commit comments