Skip to content

Commit

Permalink
Trying to use the develop command
Browse files Browse the repository at this point in the history
  • Loading branch information
Ubuntu committed May 9, 2024
1 parent 8075f52 commit d9b6397
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -88,8 +88,12 @@ jobs:
target: x86_64
command: build
args: --release --strip --interpreter python --manifest-path py-forust/Cargo.toml --out dist
- name: Install wheel
run: pip install --no-index --find-links dist --no-deps --force-reinstall .
- name: Build Wheels with maturin
uses: PyO3/maturin-action@v1
with:
target: x86_64
command: develop
args: --release --strip --manifest-path py-forust/Cargo.toml
- name: Run Package Tests
run: |
pip install pytest pytest-cov 'black>=24.0.0,<25.0.0' ruff setuptools --upgrade
Expand Down

0 comments on commit d9b6397

Please sign in to comment.