Skip to content

Commit

Permalink
Speed up update workflow with tox-uv
Browse files Browse the repository at this point in the history
  • Loading branch information
cthoyt committed Dec 2, 2024
1 parent 9ac1a0e commit 6e882c7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/update.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,10 @@ jobs:
fetch-depth: 0 # otherwise, you will failed to push refs to dest repo
- uses: actions/setup-python@v2
with:
python-version: "3.10"
python-version: "3.12"
- name: Install dependencies
run: |
pip install tox
pip install tox tox-uv
- name: Create local changes
run: |
tox -e update
Expand Down

0 comments on commit 6e882c7

Please sign in to comment.