Skip to content

Commit

Permalink
Ensure current tox/tox-uv versions
Browse files Browse the repository at this point in the history
  • Loading branch information
sk1p committed Feb 29, 2024
1 parent fc128b4 commit e233f53
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions azure-pipelines-data.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ stages:
- bash: python3.9 -m venv venv
displayName: 'create venv'

- bash: ./venv/bin/pip install tox tox-uv
- bash: ./venv/bin/pip install -U tox tox-uv uv
displayName: 'install tox'

- ${{ if eq(parameters.recreate_tox, true) }}:
Expand Down Expand Up @@ -125,7 +125,7 @@ stages:
- bash: python3.9 -m venv venv
displayName: 'create venv'

- bash: ./venv/bin/pip install tox tox-uv
- bash: ./venv/bin/pip install -U tox tox-uv uv
displayName: 'install tox'

- bash: ./venv/bin/tox -r -vv
Expand Down Expand Up @@ -157,7 +157,7 @@ stages:

- bash: apt install -y pandoc
displayName: install required debian packages
- bash: pip install -U tox tox-uv
- bash: pip install -U tox tox-uv uv
displayName: 'install requirements'

- ${{ if eq(parameters.recreate_tox, true) }}:
Expand Down

0 comments on commit e233f53

Please sign in to comment.