Skip to content

Commit ec937bc

Browse files
authored
Install selenium for safari tests emscripten.yml
1 parent 68ef823 commit ec937bc

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/emscripten.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -565,6 +565,7 @@ jobs:
565565
echo "Running DynamicLibraryManagerTests in Google Chrome"
566566
emrun --browser="Google Chrome" --kill_exit --timeout 60 --browser-args="--headless --no-sandbox" DynamicLibraryManagerTests.html
567567
sudo safaridriver --enable
568+
python -m pip install selenium
568569
echo "Running CppInterOpTests in Safari"
569570
emrun --no_browser --kill_exit --timeout 60 --browser-args="--headless --no-sandbox" CppInterOpTests.html &
570571
python browser_tests_safari.py CppInterOpTests.html

0 commit comments

Comments
 (0)