Skip to content

Commit

Permalink
install latest tox via pip
Browse files Browse the repository at this point in the history
  • Loading branch information
ThomasWaldmann committed Aug 11, 2024
1 parent 480e92f commit c049eff
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@ jobs:
- name: Install Python requirements
run: |
python -m pip install --upgrade pip
pip install tox
- name: Install pkgconfig
run: pip install -ve .
- name: run tox env
Expand Down Expand Up @@ -76,6 +77,7 @@ jobs:
- name: Install Python requirements
run: |
python -m pip install --upgrade pip
pip install tox
- name: Install pkgconfig
run: pip install -ve .
- name: run tox env
Expand Down

0 comments on commit c049eff

Please sign in to comment.