Skip to content

Commit e8bcb22

Browse files
committed
adjusting order
1 parent e3a1496 commit e8bcb22

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/testing.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -270,11 +270,11 @@ jobs:
270270
271271
- name: Run Async Callback Tests
272272
run: |
273+
find packages -name dash-*.whl -print -exec sh -c 'pip install "{}[async]"' \;
273274
mkdir astests
274275
cp -r tests astests/tests
275276
cd astests
276277
touch __init__.py
277-
find packages -name dash-*.whl -print -exec sh -c 'pip install "{}[async]"' \;
278278
pytest --headless --nopercyfinalize -k test_async -v -s
279279
280280
table-unit:

0 commit comments

Comments
 (0)