Skip to content

Commit

Permalink
feat(ci): setup rust-toolchain
Browse files Browse the repository at this point in the history
  • Loading branch information
rohaquinlop committed Feb 10, 2024
1 parent f9699f8 commit 94b0769
Show file tree
Hide file tree
Showing 3 changed files with 122 additions and 181 deletions.
1 change: 1 addition & 0 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ jobs:
- uses: actions/setup-python@v4
with:
python-version: '3.11'
- uses: dtolnay/rust-toolchain@stable
- name: Build wheels
uses: PyO3/maturin-action@v1
with:
Expand Down
Loading

0 comments on commit 94b0769

Please sign in to comment.