Skip to content

Commit

Permalink
maybe
Browse files Browse the repository at this point in the history
  • Loading branch information
robert3005 committed Jul 31, 2024
1 parent 98a70bf commit 51fe922
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ jobs:
token: ${{ secrets.GITHUB_TOKEN }}

- name: Build PyVortex
run: rye run maturin develop --skip-install --locked -m pyvortex/Cargo.toml
run: rye run maturin develop --locked -m pyvortex/Cargo.toml

- name: Pytest - PyVortex
run: rye run pytest --benchmark-disable test/
Expand Down
1 change: 0 additions & 1 deletion pyvortex/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,4 +24,3 @@ dev-dependencies = [
python-source = "python"
module-name = "vortex._lib"
features = ["pyo3/extension-module"]
sdist-include = ["Cargo.lock"]

0 comments on commit 51fe922

Please sign in to comment.