Skip to content

Commit e3a1496

Browse files
committed
issue with celery
1 parent 13a33be commit e3a1496

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/testing.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -270,6 +270,10 @@ jobs:
270270
271271
- name: Run Async Callback Tests
272272
run: |
273+
mkdir astests
274+
cp -r tests astests/tests
275+
cd astests
276+
touch __init__.py
273277
find packages -name dash-*.whl -print -exec sh -c 'pip install "{}[async]"' \;
274278
pytest --headless --nopercyfinalize -k test_async -v -s
275279

0 commit comments

Comments
 (0)