From 6ae5e86c71acb0151f0c73f6fb5bb4fb3fb99f19 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 501da7798..0eb9f7142 100644 --- a/.github/workflows/conda.yml +++ b/.github/workflows/conda.yml @@ -175,4 +175,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