We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 57261f5 commit 34f76b9Copy full SHA for 34f76b9
.github/workflows/non-linux.yml
@@ -60,7 +60,7 @@ jobs:
60
- uses: actions/setup-python@v5
61
with:
62
python-version: '3.13'
63
- - uses: install-pinned/maturin@9f31017f9ba103625c47e897abb49027e3db904b
+ - uses: install-pinned/maturin@557b6a12864b2632453a588330184ce7233dc6cb
64
- name: 🏗️ Install Python API
65
run: maturin build -m pyapi/Cargo.toml && pip install --no-index --find-links target/wheels/ rustsat
66
- name: 🧪 Test example
0 commit comments