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 f3cefdf commit 16e00b0Copy full SHA for 16e00b0
.github/workflows/prototype-tests.yml
@@ -39,10 +39,6 @@ jobs:
39
- name: Install test requirements
40
run: pip install --progress-bar=off pytest pytest-mock
41
42
- - name: Run prototype datasets tests
43
- shell: bash
44
- run: pytest --durations=20 test/test_prototype_datasets*.py
45
-
46
- name: Run prototype transforms tests
47
shell: bash
48
run: pytest --durations=20 test/test_prototype_transforms*.py
0 commit comments