Skip to content

Commit

Permalink
Fix tox version below 4 to avoid tox-dev/tox-pyenv#21 tox-pyenv bug.
Browse files Browse the repository at this point in the history
  • Loading branch information
Dmitri-Sintsov committed Dec 8, 2022
1 parent e0f9bf1 commit b65e32a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci-testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,9 @@ jobs:
uses: actions/setup-python@v4
with:
python-version: ${{ matrix.python }}
- name: Install dependencies
- name: Install dependencies # https://github.com/tox-dev/tox-pyenv/issues/21
run: |
python3 -m pip install -U pip wheel tox tox-pyenv setuptools pysqlite3 --user
python3 -m pip install -U pip wheel tox\<4 tox-pyenv setuptools pysqlite3 --user
- name: Test with tox
run: |
echo Environment used to run the tests
Expand Down

0 comments on commit b65e32a

Please sign in to comment.