File tree Expand file tree Collapse file tree 2 files changed +7
-1
lines changed
Expand file tree Collapse file tree 2 files changed +7
-1
lines changed Original file line number Diff line number Diff line change 2929 java-version: ['11']
3030 include:
3131 # one test without java to test cjdk fallback
32- - os: ubuntu-latest
32+ - name: test ubuntu-latest - 3.12 - no-java
33+ os: ubuntu-latest
3334 python-version: '3.12'
3435 java-version: ''
3536
Original file line number Diff line number Diff line change @@ -77,6 +77,11 @@ if [ "$(uname -s)" = "Darwin" ]
7777then
7878 echo "Skipping jep tests on macOS due to flakiness"
7979 jepCode=0
80+ elif ! echo "print('Jep is working; proceeding with jep test')" | jep;
81+ then
82+ # Note: This case occurs when running the no-java CI job.
83+ echo "Jep installation is nonfunctional; skipping jep tests"
84+ jepCode=0
8085else
8186 echo "# AUTOGENERATED test file for jep; safe to delete.
8287import logging, sys, pytest, scyjava
You can’t perform that action at this time.
0 commit comments