Skip to content

Commit

Permalink
ci(python): try to fix python 3.10 install
Browse files Browse the repository at this point in the history
Signed-off-by: Jérémie Drouet <jeremie.drouet@gmail.com>
  • Loading branch information
jdrouet committed Dec 26, 2024
1 parent f4be79d commit da4ebbc
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/mrml-python-main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,12 +57,15 @@ jobs:
toolchain: stable
profile: minimal

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

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

0 comments on commit da4ebbc

Please # to comment.