From a2335d1781094bcfdf935a2937d5a965703b8a62 Mon Sep 17 00:00:00 2001 From: "j.belina" Date: Fri, 23 Feb 2024 13:29:45 +0100 Subject: [PATCH] Add verboseflag2 --- .github/workflows/test_combined.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test_combined.yml b/.github/workflows/test_combined.yml index 781c7c6..c9e19ff 100644 --- a/.github/workflows/test_combined.yml +++ b/.github/workflows/test_combined.yml @@ -41,7 +41,7 @@ jobs: run: | ls echo "LS Done" - mamba install -n test_env fine geokit glaes reskit pytest=6.2.4 scikit-learn=1.1.3 + mamba install -n -v test_env fine geokit glaes reskit pytest=6.2.4 scikit-learn=1.1.3 echo "Installation done" conda list -n test_env echo "libaries printed"