Skip to content

Commit 124029d

Browse files
authored
Install selenium for safari tests deploy-pages.yml
1 parent ec937bc commit 124029d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/deploy-pages.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -169,6 +169,7 @@ jobs:
169169
echo "Running DynamicLibraryManagerTests in Google Chrome"
170170
emrun --browser="Google Chrome" --kill_exit --timeout 60 --browser-args="--headless --no-sandbox" DynamicLibraryManagerTests.html
171171
sudo safaridriver --enable
172+
python -m pip install selenium
172173
echo "Running CppInterOpTests in Safari"
173174
emrun --no_browser --kill_exit --timeout 60 --browser-args="--headless --no-sandbox" CppInterOpTests.html &
174175
python browser_tests_safari.py CppInterOpTests.html

0 commit comments

Comments
 (0)