Skip to content

Commit

Permalink
changed from maturin to pip for robustness
Browse files Browse the repository at this point in the history
  • Loading branch information
calbaker committed Jun 21, 2024
1 parent 0253217 commit 6dfdd85
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions build_and_test.sh
Original file line number Diff line number Diff line change
@@ -1,10 +1,8 @@
# assumes a python environment has been created and activated
echo "Testing rust" && \
(cd rust/ && cargo test --workspace) && \
# pip install -qe ".[dev]" && \
# assumes `pip install -qe ".[dev]"` has been run already
echo "Building python API" && \
maturin develop --release && \
pip install -qe ".[dev]" && \
echo "Running python tests" && \
pytest -v python/altrios/tests && \
echo "Verifying that demos run" && \
Expand Down

0 comments on commit 6dfdd85

Please sign in to comment.