From c9edff0c9a786ebff8829446fe536165754aebb4 Mon Sep 17 00:00:00 2001 From: Miranda Mundt Date: Thu, 2 Jul 2020 09:06:40 -0600 Subject: [PATCH] What python is being accessed at the beginning of tests --- .github/workflows/pr_master_test.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/pr_master_test.yml b/.github/workflows/pr_master_test.yml index 10e27ca..e7267da 100644 --- a/.github/workflows/pr_master_test.yml +++ b/.github/workflows/pr_master_test.yml @@ -145,8 +145,6 @@ jobs: - name: Install Pyutilib run: | - echo $PATH - which python $PYTHON_EXE setup.py develop - name: Set up coverage tracking @@ -171,6 +169,7 @@ jobs: - name: Run Pyutilib tests run: | + which python test.pyutilib --cat=all -v - name: Process code coverage report