Skip to content

Commit

Permalink
ci(tox): pin tox version
Browse files Browse the repository at this point in the history
Signed-off-by: Claudio Matsuoka <claudio.matsuoka@canonical.com>
  • Loading branch information
cmatsuoka committed Aug 29, 2023
1 parent 4a4f1ff commit 1f15e59
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/tox.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
sudo apt-get install --yes libapt-pkg-dev libyaml-dev xdelta3
echo "::endgroup::"
echo "::group::pip install"
python -m pip install 'tox<5.0' tox-gh
python -m pip install 'tox==4.5.1' tox-gh
echo "::endgroup::"
echo "::group::Create virtual environments for linting processes."
tox run -m lint --notest
Expand Down Expand Up @@ -73,7 +73,7 @@ jobs:
sudo apt-get install -y libapt-pkg-dev libyaml-dev xdelta3
echo "::endgroup::"
echo "::group::pip install"
python -m pip install 'tox<5.0' tox-gh
python -m pip install 'tox==4.5.1' tox-gh
echo "::endgroup::"
mkdir -p results
- name: Setup Tox environments
Expand Down

0 comments on commit 1f15e59

Please sign in to comment.