Skip to content

Commit

Permalink
Try templating the name
Browse files Browse the repository at this point in the history
  • Loading branch information
paddyroddy committed Mar 21, 2023
1 parent 28a4791 commit 21b8662
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/build_wheels_test_and_deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,10 @@ on:
jobs:
build_wheels:
name: |
Build wheels on ${{ matrix.os }} with
windows_cross_compile=${{ matrix.windows_cross_compile }}
Build wheels on ${{ matrix.os }}
{% if matrix.windows_cross_compile %}
with windows_cross_compile=${{ matrix.windows_cross_compile }}
{% endif %}
runs-on: ${{ matrix.os }}
strategy:
matrix:
Expand Down

0 comments on commit 21b8662

Please sign in to comment.