Skip to content

Commit

Permalink
Update .github/workflows/build.yml
Browse files Browse the repository at this point in the history
Co-authored-by: Liezl Maree <[email protected]>
  • Loading branch information
eberrigan and roomrys authored May 24, 2024
1 parent 3f0e533 commit a77e6e0
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,9 +69,9 @@ jobs:
conda info
conda list
# Build pip wheel (Not Windows)
- name: Build pip wheel (Not Windows)
if: matrix.os != 'windows-2022'
# Build pip wheel (Ubuntu)
- name: Build pip wheel (Ubuntu)
if: matrix.os == 'ubuntu-22.04'
shell: bash -l {0}
run: |
python setup.py bdist_wheel
Expand Down

0 comments on commit a77e6e0

Please sign in to comment.