Skip to content

Commit

Permalink
fix: run a virtual env
Browse files Browse the repository at this point in the history
  • Loading branch information
BukiOffor committed Jan 12, 2024
1 parent eafb3c4 commit e94aa99
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@ jobs:
- uses: actions-rust-lang/setup-rust-toolchain@v1
- run: |
pip install maturin
python3 -m venv myvenv
source env/bin/activate
maturin develop
- name: Checkout
Expand Down

0 comments on commit e94aa99

Please sign in to comment.