Skip to content

Commit 4b3c011

Browse files
committed
moving async install
1 parent 43d10c4 commit 4b3c011

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/testing.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -195,7 +195,7 @@ jobs:
195195
python -m pip install --upgrade pip wheel
196196
python -m pip install "setuptools<78.0.0"
197197
python -m pip install "selenium==4.32.0"
198-
find packages -name dash-*.whl -print -exec sh -c 'pip install "{}[ci,testing,dev,celery,diskcache]"' \;
198+
find packages -name dash-*.whl -print -exec sh -c 'pip install "{}[async,ci,testing,dev,celery,diskcache]"' \;
199199
200200
- name: Install Google Chrome
201201
run: |
@@ -260,7 +260,6 @@ jobs:
260260
cd bgtests
261261
touch __init__.py
262262
pytest --headless --nopercyfinalize tests/background_callback -v -s
263-
find packages -name dash-*.whl -print -exec sh -c 'pip install "{}[async]"' \;
264263
pytest --headless --nopercyfinalize -k test_async -v -s
265264
266265
table-unit:

0 commit comments

Comments
 (0)