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 b59acb2 commit 4613ecdCopy full SHA for 4613ecd
.github/workflows/test.yml
@@ -28,10 +28,8 @@ jobs:
28
python-version: ${{ matrix.python }}
29
env:
30
PIP_TRUSTED_HOST: "pypi.python.org pypi.org files.pythonhosted.org"
31
- - name: Install dependencies
32
- run: |
33
- python -m pip install --upgrade pip
34
- pip install -r requirements.txt
+ - name: Install Tox and any other packages
+ run: pip install tox
35
- name: Run Tox
36
# Run tox using the version of Python in `PATH`
37
run: tox -e py
requirements.txt
0 commit comments