Skip to content

Commit

Permalink
ci: fix tics tests (#1910)
Browse files Browse the repository at this point in the history
  • Loading branch information
lengau authored Sep 26, 2024
1 parent b4f91c7 commit b10bf27
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/tics.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,8 @@ jobs:
sudo apt-get install -y python3 python3-dev libapt-pkg-dev libyaml-dev
echo "::endgroup::"
echo "::group::pip install"
python -m pip install 'tox<5.0' tox-gh
python -m pip install 'tox<5.0' tox-gh poetry
pip install -U pip
echo "::endgroup::"
eval "$(/home/linuxbrew/.linuxbrew/bin/brew shellenv)"
Expand Down

0 comments on commit b10bf27

Please sign in to comment.