Skip to content

Commit

Permalink
ci: fix tox version in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
marcofavorito committed May 12, 2023
1 parent 5bd8568 commit 27cd69c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,6 @@ jobs:
with:
python-version: ${{ matrix.python-version }}
- name: Install dependencies
run: pip install tox
run: pip install "tox>=4.5.1,<4.6.0"
- name: Generate Documentation
run: tox -e docs
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
with:
python-version: ${{ matrix.python-version }}
- name: Install dependencies
run: pip install tox
run: pip install "tox>=4.5.1,<4.6.0"
- name: Unit tests and coverage
run: |
pyver=`echo ${{ matrix.python-version }} | tr -d "."`
Expand Down

0 comments on commit 27cd69c

Please sign in to comment.