summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGraham Dumpleton <Graham.Dumpleton@gmail.com>2021-06-18 13:55:04 +1000
committerGraham Dumpleton <Graham.Dumpleton@gmail.com>2021-06-18 13:55:04 +1000
commit6bab2beaa98942bca9889bbd2f7292d36cce735d (patch)
tree691f81b50894c5feba182ab80f8abb8dcb74bafe
parentc6ffc0bcd7df5ed6bf3e670714bb244e62c3214e (diff)
downloadmod_wsgi-6bab2beaa98942bca9889bbd2f7292d36cce735d.tar.gz
Drop unneeded tox steps.
-rw-r--r--.github/workflows/main.yml4
1 files changed, 0 insertions, 4 deletions
diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml
index 4671c8a..533e996 100644
--- a/.github/workflows/main.yml
+++ b/.github/workflows/main.yml
@@ -24,10 +24,6 @@ jobs:
run: sudo apt install -y apache2-dev
- name: "Update pip"
run: python -m pip install --upgrade pip setuptools
- #- name: "Install tox dependencies"
- # run: python -m pip install --upgrade tox tox-gh-actions
- #- name: "Run tox for ${{ matrix.python-version }}"
- # run: "python -m tox -vvv"
- name: "Install mod_wsgi-express"
run: python -m pip install .
- name: "Run mod_wsgi-express test"