From f6fe441feea444b560d95b376e69a438980b031a Mon Sep 17 00:00:00 2001 From: Santosh Philip Date: Sun, 5 Nov 2023 08:25:57 -0800 Subject: [PATCH] modified: .github/workflows/main.yml --- .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 ab304695..751292bf 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -59,4 +59,4 @@ jobs: ENERGYPLUS_INSTALL_VERSION: 9-2-0 EPPY_INTEGRATION: TRUE run: | - pytest -vs tests/test_runner.py \ No newline at end of file + pytest -vsx tests/test_runner.py \ No newline at end of file