From 78014f540369fd487e0f9b4d482482f8117894f4 Mon Sep 17 00:00:00 2001 From: Graham Dumpleton Date: Fri, 18 Jun 2021 13:55:18 +1000 Subject: Set verbose flag when installing so see compiler messages. --- .github/workflows/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.2.1