summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGraham Dumpleton <Graham.Dumpleton@gmail.com>2021-06-18 13:55:18 +1000
committerGraham Dumpleton <Graham.Dumpleton@gmail.com>2021-06-18 13:55:18 +1000
commit78014f540369fd487e0f9b4d482482f8117894f4 (patch)
tree671da8284d6b3bbf4c5fec47f89bcae3af6a74c8
parent6bab2beaa98942bca9889bbd2f7292d36cce735d (diff)
downloadmod_wsgi-78014f540369fd487e0f9b4d482482f8117894f4.tar.gz
Set verbose flag when installing so see compiler messages.
-rw-r--r--.github/workflows/main.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml
index 533e996..b409482 100644
--- a/.github/workflows/main.yml
+++ b/.github/workflows/main.yml
@@ -25,6 +25,6 @@ jobs:
- name: "Update pip"
run: python -m pip install --upgrade pip setuptools
- name: "Install mod_wsgi-express"
- run: python -m pip install .
+ run: python -m pip install --verbose .
- name: "Run mod_wsgi-express test"
run: scripts/run-single-test.sh