Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
overcat committed Jan 2, 2024
1 parent 31dccff commit 24af9f9
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ jobs:
run: python tests/test_fastcrc.py

linux:
name: Build wheels for Linux
runs-on: ubuntu-latest
needs: test
strategy:
Expand All @@ -61,6 +62,7 @@ jobs:

windows:
runs-on: windows-latest
name: Build wheels for Windows
needs: test
strategy:
matrix:
Expand All @@ -85,6 +87,7 @@ jobs:

macos:
runs-on: macos-latest
name: Build wheels for macOS
needs: test
strategy:
matrix:
Expand All @@ -108,6 +111,7 @@ jobs:

sdist:
runs-on: ubuntu-latest
name: Build sdist
needs: test
steps:
- uses: actions/checkout@v3
Expand Down

0 comments on commit 24af9f9

Please sign in to comment.