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 dfaf655 commit 82d35e2Copy full SHA for 82d35e2
.github/workflows/acceptance_tests_jython.yml
@@ -22,7 +22,7 @@ jobs:
22
- os: ubuntu-latest
23
jython_dir: $GITHUB_WORKSPACE/jython
24
jython_cmd: $GITHUB_WORKSPACE/jython/bin/jython
25
- set_jython_env: export JYTHON_HOME=$GITHUB_WORKSPACE/jython; export CLASSPATH=$JAVA_HOME/lib/tools.jar;
+ set_jython_env: export JYTHON_HOME=$GITHUB_WORKSPACE/jython; export CLASSPATH=$JAVA_HOME/lib/tools.jar; unset JAVA_TOOL_OPTIONS
26
set_display: export DISPLAY=:99; Xvfb :99 -screen 0 1024x768x24 -ac -noreset & sleep 3
27
28
runs-on: ${{ matrix.os }}
0 commit comments