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 <[email protected]>
  • Loading branch information
jdrouet committed Dec 26, 2024
1 parent f4be79d commit 14f4c91
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/mrml-python-main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ jobs:

- name: init python venv
run: |
python3 -m pip install --upgrade pip
pip install --upgrade pip
python3 -m venv env
source env/bin/activate
python3 -m pip install pytest maturin
Expand Down

0 comments on commit 14f4c91

Please sign in to comment.