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 76e952e commit c3ca35f
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions .github/workflows/integrate.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,7 @@ jobs:
steps:
- name: Check out repo
uses: actions/checkout@v3
- run: |
sudo apt update
sudo apt install tox
- run: pip install tox
- run: tox -vve argo-controller-lint

unit:
Expand All @@ -32,9 +30,7 @@ jobs:
steps:
- name: Check out repo
uses: actions/checkout@v3
- run: |
sudo apt update
sudo apt install tox
- run: pip install tox
- run: tox -vve argo-controller-unit

terraform-checks:
Expand Down

0 comments on commit c3ca35f

Please sign in to comment.