Skip to content

Commit

Permalink
ci: install tox using pip (#63)
Browse files Browse the repository at this point in the history
  • Loading branch information
orfeas-k authored Dec 10, 2024
1 parent f8645e2 commit 4d0a1f9
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 @@ -32,7 +32,7 @@ jobs:
uses: actions/checkout@v2

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

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

- 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 4d0a1f9

Please sign in to comment.