tweaking maturin install again

This commit is contained in:
Andy Pack 2025-02-15 20:33:10 +00:00
parent 29e120c9ee
commit b335668047
Signed by: sarsoo
GPG Key ID: A55BA3536A5E0ED7

@ -45,7 +45,7 @@ jobs:
python-version: ${{ env.python-version }}
- name: Install Maturin
run: sudo apt update && sudo apt install -y python-maturin
run: sudo apt update && sudo apt install -y python3-maturin
- name: Build Python
working-directory: ./pyfinlib