Skip to content

Commit

Permalink
ENH: colorize uv pip install
Browse files Browse the repository at this point in the history
  • Loading branch information
redeboer committed Mar 12, 2024
1 parent 6dbba3d commit 31f6dc2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ runs:
- if: env.SETUP_FILE == 'pyproject.toml'
run: |
curl -LsSf https://astral.sh/uv/install.sh | sh
uv pip install --system update-pip-constraints@git+https://github.com/ComPWA/update-pip-constraints@v1
uv pip install --color=always --system update-pip-constraints@git+https://github.com/ComPWA/update-pip-constraints@v1
shell: bash

- run: update-pip-constraints --color
Expand Down

0 comments on commit 31f6dc2

Please sign in to comment.