We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 49119b3 commit e75fd32Copy full SHA for e75fd32
.github/workflows/test.yml
@@ -31,4 +31,4 @@ jobs:
31
- name: Create test cache
32
if: steps.cache.outputs.cache-hit != 'true'
33
working-directory: ./tests/bokeh
34
- run: pytest || true
+ run: pytest tests/unit || true
0 commit comments