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 9ebcc2a commit f4684b4
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions .github/workflows/tests-conda.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,10 +23,12 @@ jobs:
steps:
- uses: actions/checkout@v2

- name: Set default Temurin JDK 17
run: |
sudo update-java-alternatives --set temurin-17-jdk-amd64 || true
java -version
- name: Set up JDK 17
uses: actions/setup-java@v2
with:
java-version: '17'
distribution: 'temurin'


- name: Setup Miniconda
uses: conda-incubator/setup-miniconda@v2
Expand Down

0 comments on commit f4684b4

Please sign in to comment.