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 d8667d2 commit 1ce707f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/tests-conda.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,9 +37,9 @@ jobs:
shell: pwsh

- name: Set JAVA_HOME and JDK_HOME
run: |
# echo "JDK_HOME=$JAVA_HOME" >> $GITHUB_ENV
$env:JDK_HOME = $env:JAVA_HOME
run: echo "$env:JDK_HOME=$env:JAVA_HOME" >> $GITHUB_ENV
env:
JAVA_HOME: $env:JAVA_HOME
shell: pwsh

- name: Print JAVA_HOME and JDK_HOME
Expand Down

0 comments on commit 1ce707f

Please sign in to comment.