File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -364,17 +364,17 @@ jobs:
364364 python -u scripts/automated-notebook-run-script.py --driver firefox --notebook ${{ matrix.notebook }} --kernel ${{ matrix.kernel }}
365365 echo "Diff Notebooks Firefox"
366366 nbdiff notebooks/${{ matrix.notebook }} $HOME/Downloads/${{ matrix.notebook }} --ignore-id --ignore-metadata
367- export FIREFOX_TESTS_RETURN_VALUE=$?
368- rm $HOME/Downloads/${{ matrix.notebook }}
367+ export FIREFOX_TESTS_RETURN_VALUE=$?
368+ rm $HOME/Downloads/${{ matrix.notebook }}
369369 export SAFARI_TESTS_RETURN_VALUE=0
370370 if [[ "${{ matrix.os }}" == "macos"* ]]; then
371371 python -m pip install PyAutoGUI
372372 python scripts/enable-downloads-safari-github-ci.py
373373 python -u scripts/automated-notebook-run-script.py --driver safari --notebook ${{ matrix.notebook }} --kernel ${{ matrix.kernel }}
374- echo "Running xeus-cpp in Jupter Lite in Safari"
374+ echo "Running xeus-cpp in Jupter Lite in Safari"
375375 echo "Diff Notebooks Safari"
376376 nbdiff notebooks/${{ matrix.notebook }} $HOME/Downloads/${{ matrix.notebook }} --ignore-id --ignore-metadata
377- export SAFARI_TESTS_RETURN_VALUE=$?
377+ export SAFARI_TESTS_RETURN_VALUE=$?
378378 rm $HOME/Downloads/${{ matrix.notebook }}
379379 fi
380380 if [[ $SAFARI_TESTS_RETURN_VALUE -ne 0 || $FIREFOX_TESTS_RETURN_VALUE -ne 0 || $CHROME_TESTS_RETURN_VALUE -ne 0 ]]; then
You can’t perform that action at this time.
0 commit comments