Skip to content

Commit

Permalink
fix tox version
Browse files Browse the repository at this point in the history
  • Loading branch information
studioj committed Oct 24, 2024
1 parent 63b6ff2 commit 17c1ee6
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .devcontainer/post_create.sh
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ git add .

# Install tox and pre-commit
pipx install pre-commit
pipx install tox
pipx install tox==4.18.0

# Sanity check that we can run pre-commit env
pre-commit run mypy --all-files
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/jira_cloud_ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
run: |
sudo apt-get update; sudo apt-get install gcc libkrb5-dev
python -m pip install --upgrade pip
python -m pip install --upgrade tox tox-gh-actions
python -m pip install --upgrade tox==4.18.0 tox-gh-actions
- name: Test with tox
run: tox -e py39 -- -m allow_on_cloud
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/jira_server_ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
run: |
sudo apt-get update; sudo apt-get install gcc libkrb5-dev
python -m pip install --upgrade pip
python -m pip install --upgrade tox tox-gh-actions
python -m pip install --upgrade tox==4.18.0 tox-gh-actions
- name: Lint with tox
if: ${{ 'Skipped as pre-commit GHA also running'== 'true' }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
python-version: 3.9

- name: Install build dependencies
run: python3 -m pip install --user tox
run: python3 -m pip install --user tox==4.18.0

- name: Check out src from Git
uses: actions/checkout@v4
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/tox.yml
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ jobs:

- name: Install tox
run: |
python3 -m pip install --upgrade pip wheel tox
python3 -m pip install --upgrade pip wheel tox==4.18.0
- run: ${{ matrix.command }}

Expand Down

0 comments on commit 17c1ee6

Please sign in to comment.