Skip to content

Commit 718c912

Browse files
authored
Merge pull request #73 from godaddy/fix/benchmark-maturin
fix: benchmark workflow maturin needs no virtualenv
2 parents 4373719 + 4d03379 commit 718c912

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/benchmark.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,8 @@ jobs:
4141
- name: Build and install Python binding
4242
run: |
4343
pip install maturin
44-
maturin develop --release --manifest-path asherah-py/Cargo.toml
44+
maturin build --release --manifest-path asherah-py/Cargo.toml --out dist/
45+
pip install dist/*.whl
4546
4647
- name: Install Node.js dependencies
4748
run: |

0 commit comments

Comments
 (0)