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 108f7d9 commit e3f5e99Copy full SHA for e3f5e99
.github/workflows/testing.yml
@@ -101,8 +101,8 @@ jobs:
101
102
- name: Run typing tests
103
run: |
104
- cd @plotly/dash-test-components
105
- pytest tests/compliance/test_typing.py
+ cd tests
+ pytest compliance/test_typing.py
106
107
background-callbacks:
108
name: Run Background Callback Tests (Python ${{ matrix.python-version }})
@@ -219,7 +219,8 @@ jobs:
219
220
- name: Run Background Callback Tests
221
222
- pytest --headless --nopercyfinalize tests/background_callback -v -s
223
+ pytest --headless --nopercyfinalize background_callback -v -s
224
225
table-unit:
226
name: Table Unit/Lint Tests (Python ${{ matrix.python-version }})
0 commit comments