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 00d9eb4 commit 5ced5c3Copy full SHA for 5ced5c3
.github/workflows/ci.yml
@@ -50,6 +50,8 @@ jobs:
50
command: build
51
args: -m crates/codetracer-python-recorder/Cargo.toml --release
52
- name: Install built wheel
53
- run: python -m pip install --upgrade pip && python -m pip install target/wheels/*.whl
+ shell: bash
54
+ run: python -m pip install --upgrade pip && python -m pip install crates/codetracer-python-recorder/target/wheels/*.whl
55
- name: Import smoke test
56
57
run: python -c "import codetracer_python_recorder as m; print(m.hello())"
0 commit comments