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 f1fa18d commit 3a943a6Copy full SHA for 3a943a6
.github/workflows/ci.yml
@@ -117,7 +117,7 @@ jobs:
117
- name: Test
118
id: test
119
run: |
120
- poetry run pytest -m "not tensorflow" ${{ matrix.test-path }}
+ poetry run pytest -m "not tensorflow" -m "not benchmark" ${{ matrix.test-path }}
121
timeout-minutes: 30
122
# env:
123
# JINA_AUTH_TOKEN: "${{ secrets.JINA_AUTH_TOKEN }}"
@@ -162,7 +162,7 @@ jobs:
162
163
164
165
166
167
168
0 commit comments