Skip to content

Commit

Permalink
try installing requirements first
Browse files Browse the repository at this point in the history
  • Loading branch information
nora-codecov committed Oct 22, 2024
1 parent 6721ae2 commit a00ee29
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/api.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ jobs:
ref: main
- name: Run Codecov with test branch of CLI
run: |
pip install tree-sitter==0.20.4
# pip install tree-sitter==0.20.4
pip install -r requirements.txt
pip install .
codecovcli -v upload-process

0 comments on commit a00ee29

Please sign in to comment.