From 4ad46ba7e02d65f6ecbea67e61e7fa12fae0d1c8 Mon Sep 17 00:00:00 2001 From: Tom <tom@Toms-MacBook-Air-3.local> Date: Fri, 9 Aug 2024 01:52:38 -0400 Subject: [PATCH] testing CI verbose pytest --- .github/workflows/ci-python-test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci-python-test.yml b/.github/workflows/ci-python-test.yml index 4a663f8..9a502a3 100644 --- a/.github/workflows/ci-python-test.yml +++ b/.github/workflows/ci-python-test.yml @@ -45,4 +45,4 @@ jobs: # Step: Run tests with Pytest - name: run-tests run: | - $CONDA/bin/pytest + $CONDA/bin/pytest -vv