Skip to content

Commit

Permalink
proper condition variables
Browse files Browse the repository at this point in the history
  • Loading branch information
hobu committed Apr 15, 2024
1 parent dcb29c2 commit c6b020c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ jobs:
- name: Test Unix
shell: bash -l {0}
if: matrix.platform != 'windows-latest'
if: matrix.os != 'windows-latest'
run: |
export PYTHONHOME=$CONDA_PREFIX
export WHEEL_DIR=$(python -m "scikit_build_core.builder.wheel_tag")
Expand All @@ -61,7 +61,7 @@ jobs:
- name: Test Windows
if: matrix.platform == 'windows-latest'
if: matrix.os == 'windows-latest'
shell: bash -l {0}
env:
EXT: ${{ matrix.os == 'windows-latest' && '.exe' || '' }}
Expand Down

0 comments on commit c6b020c

Please sign in to comment.