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 f1e5e4d commit 2a25a01
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/summa-embed-py.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ jobs:
with:
python-version: ${{ matrix.python-version }}
architecture: ${{ matrix.target }}
- uses: dtolnay/rust-toolchain@stable
- uses: dtolnay/rust-toolchain@nightly
- name: Build wheels
uses: PyO3/maturin-action@v1
with:
Expand All @@ -74,6 +74,7 @@ jobs:
with:
python-version: ${{ matrix.python-version }}
architecture: ${{ matrix.target }}
- uses: dtolnay/rust-toolchain@nightly
- name: Build wheels
uses: PyO3/maturin-action@v1
with:
Expand All @@ -98,6 +99,7 @@ jobs:
- uses: actions/setup-python@v4
with:
python-version: ${{ matrix.python-version }}
- uses: dtolnay/rust-toolchain@nightly
- name: Build wheels
uses: PyO3/maturin-action@v1
with:
Expand Down

0 comments on commit 2a25a01

Please sign in to comment.