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 e94aa99 commit 90cdc15
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
- uses: actions-rust-lang/setup-rust-toolchain@v1
- run: |
pip install maturin
python3 -m venv myvenv
python3 -m venv env
source env/bin/activate
maturin develop
Expand Down

0 comments on commit 90cdc15

Please sign in to comment.