Skip to content

Commit

Permalink
debug
Browse files Browse the repository at this point in the history
  • Loading branch information
mshr-h committed Oct 16, 2024
1 parent 61d257b commit 9a264e3
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/pythonapp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -146,6 +146,13 @@ jobs:
- name: Use Java 21 on Windows
if: ${{ startsWith(matrix.os, 'windows')}}
run: setx JAVA_HOME "%JAVA_HOME_21_X64%"
- name: Print Environmental Variables on Windows
if: ${{ startsWith(matrix.os, 'windows')}}
run: |
echo %JAVA_HOME%
echo %JAVA_HOME_21_X64%
echo $JAVA_HOME
echo $JAVA_HOME_21_X64
# We don't run pytest for ubuntu py3.9 since we do coverage for that case.
- name: Test with pytest
if: ${{ matrix.python-version != '3.9' || startsWith(matrix.os, 'ubuntu') != true }}
Expand Down

0 comments on commit 9a264e3

Please sign in to comment.