Skip to content

Commit

Permalink
feat: Use nightly in maturin
Browse files Browse the repository at this point in the history
  • Loading branch information
ppodolsky committed Nov 24, 2023
1 parent a6549f7 commit f1e5e4d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/summa-embed-py.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
with:
python-version: ${{ matrix.python-version }}
architecture: x64
- uses: dtolnay/rust-toolchain@stable
- uses: dtolnay/rust-toolchain@nightly
- name: Build wheels - x86_64
uses: PyO3/maturin-action@v1
with:
Expand Down

0 comments on commit f1e5e4d

Please sign in to comment.