Skip to content

Commit 64e8414

Browse files
committed
fix: ModuleNotFoundError: No module named 'selenium'
1 parent f1a3d7c commit 64e8414

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/test-client.yml

+1
Original file line numberDiff line numberDiff line change
@@ -242,5 +242,6 @@ jobs:
242242
working-directory: mithril-client-wasm
243243
shell: bash
244244
run: |
245+
pip install selenium
245246
python3 run-firefox-headless.py
246247
./analyze-headless-tests-results.sh firefox-results.html

0 commit comments

Comments
 (0)