From 9c124b6a16c78a4bb2d89ded5b81d43b2caae9e5 Mon Sep 17 00:00:00 2001 From: jaimergp Date: Tue, 3 Dec 2024 18:13:08 +0100 Subject: [PATCH] more debugging --- .github/workflows/main.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index fbb2eb88d..27544258d 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -122,6 +122,12 @@ jobs: conda activate constructor-dev echo "CONSTRUCTOR_CONDA_EXE=$CONDA_PREFIX/standalone_conda/conda.exe" >> $GITHUB_ENV fi + - name: conda info + run: conda info + - name: conda list + run: conda list + - name: conda config + run: conda config --show-sources - name: Run unit tests run: | pytest -vv --cov=constructor --cov-branch tests/ -m "not examples"