Skip to content

Commit 4613ecd

Browse files
committed
restore
1 parent b59acb2 commit 4613ecd

File tree

2 files changed

+2
-7
lines changed

2 files changed

+2
-7
lines changed

.github/workflows/test.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -28,10 +28,8 @@ jobs:
2828
python-version: ${{ matrix.python }}
2929
env:
3030
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
31+
- name: Install Tox and any other packages
32+
run: pip install tox
3533
- name: Run Tox
3634
# Run tox using the version of Python in `PATH`
3735
run: tox -e py

requirements.txt

Lines changed: 0 additions & 3 deletions
This file was deleted.

0 commit comments

Comments
 (0)