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 e3a1496 commit e8bcb22Copy full SHA for e8bcb22
1 file changed
.github/workflows/testing.yml
@@ -270,11 +270,11 @@ jobs:
270
271
- name: Run Async Callback Tests
272
run: |
273
+ find packages -name dash-*.whl -print -exec sh -c 'pip install "{}[async]"' \;
274
mkdir astests
275
cp -r tests astests/tests
276
cd astests
277
touch __init__.py
- find packages -name dash-*.whl -print -exec sh -c 'pip install "{}[async]"' \;
278
pytest --headless --nopercyfinalize -k test_async -v -s
279
280
table-unit:
0 commit comments