Skip to content

Commit ea13e3e

Browse files
committed
tests: Remove powershell
1 parent 4506537 commit ea13e3e

1 file changed

Lines changed: 14 additions & 14 deletions

File tree

.github/workflows/test-action.yml

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff 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:
@@ -80,8 +80,8 @@ jobs:
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"'

0 commit comments

Comments
 (0)