Skip to content

Commit 5ced5c3

Browse files
committed
fix: Build error in CI
.github/workflows/ci.yml: Signed-off-by: Tzanko Matev <[email protected]>
1 parent 00d9eb4 commit 5ced5c3

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,8 @@ jobs:
5050
command: build
5151
args: -m crates/codetracer-python-recorder/Cargo.toml --release
5252
- name: Install built wheel
53-
run: python -m pip install --upgrade pip && python -m pip install target/wheels/*.whl
53+
shell: bash
54+
run: python -m pip install --upgrade pip && python -m pip install crates/codetracer-python-recorder/target/wheels/*.whl
5455
- name: Import smoke test
56+
shell: bash
5557
run: python -c "import codetracer_python_recorder as m; print(m.hello())"

0 commit comments

Comments
 (0)