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)"