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 66b8d50 commit 7a1aa7bCopy full SHA for 7a1aa7b
.github/workflows/deploy-github-page.yml
@@ -92,9 +92,9 @@ jobs:
92
93
# Run tests in browsers
94
echo "Running test_xeus_cpp in Firefox"
95
- ${{ env.PREFIX }}/bin/emrun --browser="firefox" --kill_exit --browser-args="--headless" test_xeus_cpp.html
+ ${{ env.PREFIX }}/bin/emrun.py --browser="firefox" --kill_exit --browser-args="--headless" test_xeus_cpp.html
96
echo "Running test_xeus_cpp in Google Chrome"
97
- ${{ env.PREFIX }}/bin/emrun --browser="Google Chrome" --kill_exit --browser-args="--headless" test_xeus_cpp.html
+ ${{ env.PREFIX }}/bin/emrun.py --browser="Google Chrome" --kill_exit --browser-args="--headless" test_xeus_cpp.html
98
else
99
export ARCHITECHURE=$(uname -m)
100
# Install Google Chrome
0 commit comments