From 87dea83bf6428cd91918b0cbfeeb3f665f597d5d Mon Sep 17 00:00:00 2001 From: 1kastner Date: Sat, 9 Dec 2023 21:57:49 +0100 Subject: [PATCH] Update installation-from-remote.yaml --- .github/workflows/installation-from-remote.yaml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/.github/workflows/installation-from-remote.yaml b/.github/workflows/installation-from-remote.yaml index 1bc585d0..cb5cd160 100644 --- a/.github/workflows/installation-from-remote.yaml +++ b/.github/workflows/installation-from-remote.yaml @@ -31,6 +31,10 @@ jobs: conda info conda create -n test-install-conflowgen -c conda-forge conflowgen pytest + - name: Check ConFlowGen version + run: | + conda search conflowgen -c conda-forge --info + - name: Run tests run: | conda activate test-install-conflowgen @@ -63,6 +67,10 @@ jobs: conda activate base conda create -n test-install-conflowgen -c conda-forge conflowgen pytest + - name: Check ConFlowGen version + run: | + conda search conflowgen -c conda-forge --info + - name: Run tests run: | eval "$(conda shell.bash hook)"