Skip to content

Commit

Permalink
messing with CI
Browse files Browse the repository at this point in the history
  • Loading branch information
BenJourdan committed Oct 12, 2024
1 parent 06a2447 commit 36a2f45
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,15 +67,15 @@ jobs:
# Step 8: Build and install the Rust library using Maturin (in release mode)
- name: Build and install Rust library (release mode)
run: |
source venv/bin/activate || .\venv\Scripts\activate # Activate virtual environment
source venv/bin/activate || .\venv\Scripts\activate
maturin develop --release # Build the Rust library and install it
shell: bash

# Step 9: Run Python tests with pytest
- name: Run Python tests with pytest
run: |
source venv/bin/activate || .\venv\Scripts\activate # Activate virtual environment
pytest tests/
source venv/bin/activate || .\venv\Scripts\activate
pytest tests/ # Run tests
shell: bash

# Separate job for deploying the documentation
Expand Down
Binary file modified tests/__pycache__/test_dummy.cpython-310-pytest-8.3.3.pyc
Binary file not shown.

0 comments on commit 36a2f45

Please sign in to comment.