Skip to content

Commit c6476ef

Browse files
committed
setuptools 78 for bg
1 parent f83a1c3 commit c6476ef

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
@@ -157,7 +157,7 @@ jobs:
157157
- name: Install Dash packages
158158
run: |
159159
python -m pip install --upgrade pip wheel
160-
python -m pip install "setuptools<80.0.0"
160+
python -m pip install "setuptools<78.0.0"
161161
python -m pip install "selenium==4.32.0"
162162
find packages -name dash-*.whl -print -exec sh -c 'pip install "{}[ci,testing,dev,celery,diskcache]"' \;
163163
@@ -219,7 +219,6 @@ jobs:
219219
220220
- name: Run Background Callback Tests
221221
run: |
222-
touch __init__.py
223222
pytest --headless --nopercyfinalize tests/background_callback -v -s
224223
225224
table-unit:

0 commit comments

Comments
 (0)