Skip to content

Commit

Permalink
debugging why pytest doesn't pick up the rust lib
Browse files Browse the repository at this point in the history
  • Loading branch information
BenJourdan committed Oct 12, 2024
1 parent 36a2f45 commit 397b4f3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,8 @@ jobs:
- name: Build and install Rust library (release mode)
run: |
source venv/bin/activate || .\venv\Scripts\activate
maturin develop --release # Build the Rust library and install it
./venv/bin/python -m maturin develop --release
python -c "import coreset_sc; print(coreset_sc.__file__)"
shell: bash

# Step 9: Run Python tests with pytest
Expand Down

0 comments on commit 397b4f3

Please sign in to comment.