Skip to content

Commit 3164cd5

Browse files
Update .harness/pipelines/example-python.yaml
1 parent f168889 commit 3164cd5

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

.harness/pipelines/example-python.yaml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,10 @@ pipeline:
2121
shell: Sh
2222
command: |
2323
pip install -r requirements.txt
24-
pip install -v git+https://github.com/codecov/codecov-cli.git@cy/harness_ci#subdirectory=codecov-cli
24+
git clone https://github.com/codecov/codecov-cli.git
25+
git checkout cy/harness_ci
26+
cd codecov-cli/codecov-cli
27+
pip install .
2528
- step:
2629
type: Run
2730
name: Pytest

0 commit comments

Comments
 (0)