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 43fe153 commit 6fd556dCopy full SHA for 6fd556d
.github/workflows/testing.yml
@@ -261,6 +261,9 @@ jobs:
261
touch __init__.py
262
pytest --headless --nopercyfinalize tests/background_callback -v -s
263
264
+ - name: Build/Setup test components
265
+ run: npm run setup-tests.py
266
+
267
- name: Run Async Callback Tests
268
run: |
269
find packages -name dash-*.whl -print -exec sh -c 'pip install "{}[async]"' \;
0 commit comments