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 061d690 commit 08cbcb7Copy full SHA for 08cbcb7
1 file changed
.github/workflows/background-tests.yml
@@ -117,6 +117,7 @@ jobs:
117
run: |
118
# Mirroring how Dash installs its extras, adjust if your needs are simpler
119
pip install -e .[ci,testing,dev,celery,diskcache]
120
+ python -m pip install "selenium==4.32.0"
121
122
- name: Build project (JS/CSS, etc.)
123
run: npm run build
0 commit comments