Skip to content

Commit 28c7d9e

Browse files
Apply suggestion from @thomasrockhu-codecov
1 parent 314ea9c commit 28c7d9e

1 file changed

Lines changed: 1 addition & 7 deletions

File tree

.harness/pipelines/example-python.yaml

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -21,13 +21,7 @@ pipeline:
2121
shell: Sh
2222
command: |
2323
pip install -r requirements.txt
24-
git clone https://github.com/codecov/codecov-cli.git
25-
cd codecov-cli
26-
git checkout cy/harness_ci
27-
cd codecov-cli
28-
pip install .
29-
cd ../..
30-
rm -rf codecov-cli
24+
pip install "git+https://github.com/codecov/codecov-cli@cy/harness_ci#subdirectory=codecov-cli"
3125
- step:
3226
type: Run
3327
name: Pytest

0 commit comments

Comments
 (0)