From b1974ecfe78965da20a985172c2a8c5ede62cbbd Mon Sep 17 00:00:00 2001 From: jwhite Date: Sun, 14 Jan 2024 16:05:04 -0700 Subject: [PATCH] no capture test --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 1d172291..ef75aae8 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -168,7 +168,7 @@ jobs: ls -l cd ${{ env.test_dir }} - nosetests -v ${{ env.test_script }} + nosetests --nocapture -v ${{ env.test_script }} cd