Skip to content

Commit

Permalink
DX: rename update-constraints tox job to update
Browse files Browse the repository at this point in the history
  • Loading branch information
redeboer committed Aug 9, 2024
1 parent a9b076d commit b72decf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/constraints.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
python-version: "3.9"
- uses: hynek/setup-cached-uv@v2
- run: pip install tox uv -c requirements.txt
- run: tox -e update-constraints
- run: tox -e update
- uses: actions/upload-artifact@v4
with:
name: pip-constraints
Expand Down
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ commands =
passenv =
*

[testenv:update-constraints]
[testenv:update]
allowlist_externals =
uv
commands =
Expand Down

0 comments on commit b72decf

Please sign in to comment.