Skip to content

Commit

Permalink
Update tests-conda.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
sreekarreddydfci authored Feb 14, 2024
1 parent f4684b4 commit bf1123d
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions .github/workflows/tests-conda.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,14 @@ jobs:
uses: actions/setup-java@v2
with:
java-version: '17'
distribution: 'temurin'

distribution: 'temurin' # Use 'temurin' for Eclipse Temurin distribution
java-package: jdk # Make sure it's JDK not JRE
id: setup-java

- name: Set JAVA_HOME and PATH
run: |
echo "JAVA_HOME=${{ steps.setup-java.outputs.java_home }}" >> $GITHUB_ENV
echo "${{ steps.setup-java.outputs.java_home }}\bin" >> $GITHUB_PATH
- name: Setup Miniconda
uses: conda-incubator/setup-miniconda@v2
Expand Down

0 comments on commit bf1123d

Please sign in to comment.