Skip to content

Commit

Permalink
adding python env to CI
Browse files Browse the repository at this point in the history
  • Loading branch information
BenJourdan committed Oct 11, 2024
1 parent 5d563ca commit d25e404
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -294,6 +294,13 @@ jobs:
with:
python-version: 3.x

# Create a virtual environment
- name: Create and activate virtual environment
run: |
python -m venv venv
source venv/bin/activate
# Install Maturin to build Rust/Python library
- name: Install Maturin
run: pip install maturin
Expand Down

0 comments on commit d25e404

Please sign in to comment.