We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 314ea9c commit 28c7d9eCopy full SHA for 28c7d9e
1 file changed
.harness/pipelines/example-python.yaml
@@ -21,13 +21,7 @@ pipeline:
21
shell: Sh
22
command: |
23
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
28
- pip install .
29
- cd ../..
30
- rm -rf codecov-cli
+ pip install "git+https://github.com/codecov/codecov-cli@cy/harness_ci#subdirectory=codecov-cli"
31
- step:
32
type: Run
33
name: Pytest
0 commit comments