Skip to content

Commit

Permalink
ci(python): move back maturin install
Browse files Browse the repository at this point in the history
Signed-off-by: Jérémie Drouet <[email protected]>
  • Loading branch information
jdrouet committed Dec 26, 2024
1 parent c0dd110 commit 4abfb63
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/mrml-python-main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,15 +57,12 @@ jobs:
toolchain: stable
profile: minimal

- name: install maturin
run: cargo install maturin --locked

- name: init python venv
run: |
pip install --upgrade pip
python3 -m venv env
source env/bin/activate
python3 -m pip install pytest
python3 -m pip install pytest maturin
maturin develop
python3 -m pytest
working-directory: packages/mrml-python

0 comments on commit 4abfb63

Please sign in to comment.