Skip to content

Commit

Permalink
ci: install tox using pip (#203)
Browse files Browse the repository at this point in the history
  • Loading branch information
orfeas-k authored Dec 10, 2024
1 parent 777be0b commit 87bb596
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/integrate.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
uses: actions/checkout@v3

- name: Install dependencies
run: sudo apt-get install python3-pip tox
run: pip install tox

- name: Lint code
run: tox -e lint
Expand All @@ -38,7 +38,7 @@ jobs:
uses: actions/checkout@v3

- name: Install dependencies
run: sudo apt-get install python3-pip tox
run: pip install tox

- name: Run unit tests
run: tox -e unit
Expand Down

0 comments on commit 87bb596

Please sign in to comment.