Skip to content
Merged
Show file tree
Hide file tree
Changes from 26 commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
161 changes: 0 additions & 161 deletions .github/workflows/build_assets.yml

This file was deleted.

73 changes: 0 additions & 73 deletions .github/workflows/build_for_pypi.yml

This file was deleted.

4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:
- name: Detect changes on commit
run: |
if [ -n "$(git diff codecov-cli/codecovcli_commands prevent-cli/preventcli_commands)" ]; then
echo "Please run `python command_dump.py` before submitting, or install the hooks"
echo "Please run `make command_dump` before submitting, or install the hooks"
echo "$(git diff codecov-cli/codecovcli_commands prevent-cli/preventcli_commands)"
exit 1
fi
Expand Down Expand Up @@ -94,7 +94,7 @@ jobs:

- name: Install dependencies
run: |
python -m pip install uv
pip install uv
uv sync --project codecov-cli
uv sync --project prevent-cli

Expand Down
Loading