Skip to content

Commit 9db7e54

Browse files
committed
more fixes
1 parent 2360e87 commit 9db7e54

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/recorder-release.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -234,7 +234,8 @@ jobs:
234234
- name: Inspect artefacts
235235
run: ls -R dist
236236
- name: Install maturin
237-
run: python3 -m pip install --upgrade pip maturin>=1.5,<2
237+
run: |
238+
python3 -m pip install --upgrade pip "maturin>=1.5,<2"
238239
- name: Python smoke install (Linux wheel)
239240
run: |
240241
python3 scripts/check_recorder_version.py

0 commit comments

Comments
 (0)