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 2360e87 commit 9db7e54Copy full SHA for 9db7e54
.github/workflows/recorder-release.yml
@@ -234,7 +234,8 @@ jobs:
234
- name: Inspect artefacts
235
run: ls -R dist
236
- name: Install maturin
237
- run: python3 -m pip install --upgrade pip maturin>=1.5,<2
+ run: |
238
+ python3 -m pip install --upgrade pip "maturin>=1.5,<2"
239
- name: Python smoke install (Linux wheel)
240
run: |
241
python3 scripts/check_recorder_version.py
0 commit comments