Skip to content

Commit

Permalink
taking out initial java jobs
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesgwen committed Aug 15, 2024
1 parent 76d780f commit ba805b3
Showing 1 changed file with 2 additions and 17 deletions.
19 changes: 2 additions & 17 deletions .github/workflows/tests-macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,21 +30,6 @@ jobs:
shell: bash -l {0}
run: brew install openslide

- name: Set up JDK 17
uses: actions/setup-java@v2
with:
java-version: '17'
distribution: 'temurin'

- name: Print JAVA_HOME and PATH
run: |
echo "JAVA_HOME: $env:JAVA_HOME"
echo "PATH: $env:PATH"
shell: pwsh

- name: Set JDK_HOME environment variable
run: echo "JDK_HOME=${JAVA_HOME}" >> $GITHUB_ENV
shell: bash

- name: Setup Micromamba
uses: mamba-org/setup-micromamba@v1
Expand All @@ -59,8 +44,8 @@ jobs:
- name: Install python-javabridge
shell: bash -l {0}
run: pip install --use-pep517 numpy==1.23.5 python-javabridge==4.0.3
# run: pip install python-javabridge==4.0.3
# run: pip install --use-pep517 numpy==1.23.5 python-javabridge==4.0.3
run: pip install python-javabridge==4.0.3

- name: Install python-bioformats
shell: bash -l {0}
Expand Down

0 comments on commit ba805b3

Please sign in to comment.