We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2fd070c commit 8d28556Copy full SHA for 8d28556
1 file changed
.github/workflows/ci.yml
@@ -160,8 +160,11 @@ jobs:
160
pip install "maturin>=1,<2"
161
162
- name: Build and install diffctx Rust extension
163
- working-directory: diffctx
164
- run: maturin develop --release
+ shell: bash
+ run: |
165
+ cd diffctx
166
+ maturin build --release --out wheelhouse
167
+ pip install --force-reinstall --no-deps wheelhouse/*.whl
168
169
- name: Run Tests with Coverage
170
shell: bash
0 commit comments