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 d284acd commit dcfc4be
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 @@ -121,7 +121,7 @@ jobs:
path: dist/*.whl
smoke-test-wheel:
needs: build-wheel
name: Python ${{ matrix.python-version }}, ${{ matrix.os }}
name: Smoketest (Python ${{ matrix.python-version }}, ${{ matrix.os }})
runs-on: ${{ matrix.os }}
strategy:
fail-fast: false
Expand Down Expand Up @@ -149,7 +149,7 @@ jobs:
path: outputs/generated/*.jpg
smoke-test-wheel-conda:
needs: build-wheel
name: Smoke Test Wheel in Conda (Python ${{ matrix.python-version }}, ${{ matrix.os }})
name: Smoketest (Conda, Python ${{ matrix.python-version }}, ${{ matrix.os }})
runs-on: ${{ matrix.os }}
strategy:
fail-fast: false
Expand Down

0 comments on commit dcfc4be

Please sign in to comment.