Skip to content

Commit

Permalink
ci: test on windows and mac and conda
Browse files Browse the repository at this point in the history
  • Loading branch information
brycedrennan committed Jan 18, 2024
1 parent 444d430 commit d284acd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -118,10 +118,10 @@ jobs:
- uses: actions/upload-artifact@v3
with:
name: wheels
path: dist/imaginairy-smoketest.whl
path: dist/*.whl
smoke-test-wheel:
needs: build-wheel
name: Python ${{ matrix.python-version }}, ${{ matrix.os }})
name: Python ${{ matrix.python-version }}, ${{ matrix.os }}
runs-on: ${{ matrix.os }}
strategy:
fail-fast: false
Expand Down

0 comments on commit d284acd

Please sign in to comment.