We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 92a3555 commit 4ff597dCopy full SHA for 4ff597d
.github/workflows/build_test.yml
@@ -78,7 +78,9 @@ jobs:
78
- name: Upgrade setuptools, pip and wheel
79
run: python -m pip install -U setuptools pip wheel
80
- name: Install tox
81
- run: python -m pip install --pre tox
+ run: python -m pip install tox==4.0.0rc1
82
+ - name: List installed packages
83
+ run: python -m pip freeze
84
- name: Run tests
85
run: python -m tox -e "py${PYTHON_VERSION/\./}" --skip-missing-interpreters false
86
env:
0 commit comments