Skip to content

Commit b034f28

Browse files
authored
Update main.yml
1 parent 184420d commit b034f28

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -300,7 +300,7 @@ jobs:
300300
sudo safaridriver --enable
301301
python -m pip install selenium
302302
echo "Running test_xeus_cpp in Safari"
303-
emrun --no_browser --kill_exit --timeout 60 --browser-args="--headless --no-sandbox" test_xeus_cpp.html &
303+
python ${{ env.BUILD_PREFIX }}/bin/emrun.py --no_browser --kill_exit --timeout 60 --browser-args="--headless --no-sandbox" test_xeus_cpp.html &
304304
python browser_tests_safari.py test_xeus_cpp.html
305305
else
306306
# Install Google Chrome

0 commit comments

Comments
 (0)