Skip to content

Commit

Permalink
Update sandbox.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
mayeut committed Feb 3, 2024
1 parent 1a5dc9f commit e12b545
Showing 1 changed file with 12 additions and 13 deletions.
25 changes: 12 additions & 13 deletions .github/workflows/sandbox.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,17 +13,16 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest, windows-latest, macos-11, macos-14]
runs-on: windows-latest
steps:
- name: Test
shell: pwsh
if: runner.os == 'Windows'
run: |
& "cmd.exe" /c "exit 1"
- name: Test
shell: pwsh
if: runner.os != 'Windows'
run: |
& "/bin/bash" -c "exit 1"
- name: Build wheels
uses: pypa/[email protected]
- name: Test
shell: pwsh
if: runner.os == 'Windows'
run: |
& "cmd.exe" /c "exit 1"
- name: Test
shell: pwsh
if: runner.os != 'Windows'
run: |
& "/bin/bash" -c "exit 1"
- name: Build wheels
uses: pypa/[email protected]

0 comments on commit e12b545

Please sign in to comment.