File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -35,15 +35,15 @@ jobs:
3535 - " 2.0"
3636
3737 # [GH-1] Jython 2.0 and 2.1 do not work on macOS and Ubuntu
38- exclude :
39- - os : ubuntu-latest
40- jython_version : " 2.0"
41- - os : macos-latest
42- jython_version : " 2.0"
43- - os : ubuntu-latest
44- jython_version : " 2.1"
45- - os : macos-latest
46- jython_version : " 2.1"
38+ # exclude:
39+ # - os: ubuntu-latest
40+ # jython_version: "2.0"
41+ # - os: macos-latest
42+ # jython_version: "2.0"
43+ # - os: ubuntu-latest
44+ # jython_version: "2.1"
45+ # - os: macos-latest
46+ # jython_version: "2.1"
4747
4848 runs-on : ${{ matrix.os }}
4949 defaults :
8080 echo "$output";
8181 echo "$output" | grep -q "Jython Works!";
8282
83- - name : Run Jython (Powershell)
84- shell : pwsh
85- if : ${{ runner.os == 'Windows' }}
86- run : |
87- jython -c 'import sys, os; print(os.name, sys.version); print "\n\nJython Works!\n\n"'
83+ # - name: Run Jython (Powershell)
84+ # shell: pwsh
85+ # if: ${{ runner.os == 'Windows' }}
86+ # run: |
87+ # jython -c 'import sys, os; print(os.name, sys.version); print "\n\nJython Works!\n\n"'
You can’t perform that action at this time.
0 commit comments