Skip to content

Commit

Permalink
trying again
Browse files Browse the repository at this point in the history
  • Loading branch information
nathanielfernandes committed Jan 18, 2023
1 parent 99a90dc commit 4aee626
Showing 1 changed file with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@ jobs:
linux:
runs-on: ubuntu-latest
steps:
- name: Git Submodules Init
uses: chris-short/[email protected]
- uses: actions/checkout@v3
with:
submodules: recursive
- uses: PyO3/maturin-action@v1
with:
manylinux: auto
Expand All @@ -29,9 +29,9 @@ jobs:
windows:
runs-on: windows-latest
steps:
- name: Git Submodules Init
uses: chris-short/[email protected]
- uses: actions/checkout@v3
with:
submodules: recursive
- uses: PyO3/maturin-action@v1
with:
command: build
Expand All @@ -45,8 +45,9 @@ jobs:
macos:
runs-on: macos-latest
steps:
- name: Git Submodules Init
uses: chris-short/[email protected]
- uses: actions/checkout@v3
with:
submodules: recursive
- uses: actions/checkout@v3
- uses: PyO3/maturin-action@v1
with:
Expand Down

0 comments on commit 4aee626

Please sign in to comment.