Skip to content

Commit

Permalink
ci: install tox using pip
Browse files Browse the repository at this point in the history
  • Loading branch information
orfeas-k committed Dec 9, 2024
1 parent 34dc889 commit 481e519
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/integrate.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,7 @@ jobs:
steps:
- uses: actions/checkout@v3
- name: Install dependencies
run: |
set -eux
sudo apt update
sudo apt install tox
run: pip install tox
- run: tox -vve lint

terraform-checks:
Expand Down

0 comments on commit 481e519

Please sign in to comment.