Skip to content

Commit

Permalink
Don't build wheels when running CI tests
Browse files Browse the repository at this point in the history
  • Loading branch information
olafmersmann committed Aug 23, 2024
1 parent f7fa38b commit c120665
Showing 1 changed file with 0 additions and 17 deletions.
17 changes: 0 additions & 17 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,23 +6,6 @@ on:
branches: [ "main" ]

jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Set up Python
uses: actions/setup-python@v5
with:
python-version: "3.10"
- name: Install dependencies
run: python -m pip install --upgrade pip
- name: Build wheel
run: python -m pip wheel -w dist/ .
- name: Archive wheel
uses: actions/upload-artifact@v4
with:
name: python-wheel
path: dist/cocoviz*.whl
test:
strategy:
fail-fast: false
Expand Down

0 comments on commit c120665

Please sign in to comment.