From 6795719edb635f662df903c1c1a9a344fa4eb609 Mon Sep 17 00:00:00 2001 From: Diego Ferigo Date: Wed, 27 Oct 2021 16:44:00 +0200 Subject: [PATCH] [rem] run python tests verbosely --- .github/workflows/conda.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/conda.yml b/.github/workflows/conda.yml index f3c58b8e5..29537afc2 100644 --- a/.github/workflows/conda.yml +++ b/.github/workflows/conda.yml @@ -177,4 +177,4 @@ jobs: run: | mamba install -y pytest pytest-icdiff sed -i.orig "s|def test_angular_acc|def _test_angular_acc|g" tests/test_scenario/test_link_velocities.py - pytest + pytest -sv tests