Skip to content

Commit

Permalink
Try more CI stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
mwillsey committed Nov 3, 2021
1 parent 684b544 commit b0eceb5
Showing 1 changed file with 10 additions and 7 deletions.
17 changes: 10 additions & 7 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,19 +18,22 @@ jobs:
- name: Test
run: make test

linux:
runs-on: ubuntu-latest
build-wheel:
strategy:
matrix:
os: [ubuntu-latest, macos-latest]
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v2
- uses: actions/setup-python@v2
with:
python-version: 3.6
architecture: x64
- name: Install Rust toolchain
uses: actions-rs/toolchain@v1
with:
toolchain: stable
profile: minimal
# - name: Install Rust toolchain
# uses: actions-rs/toolchain@v1
# with:
# toolchain: stable
# profile: minimal
- name: Build Wheels
uses: messense/maturin-action@v1
with:
Expand Down

0 comments on commit b0eceb5

Please sign in to comment.