From 59adb63435368b5a655c1026e5c9adc816724246 Mon Sep 17 00:00:00 2001 From: Bill Little Date: Wed, 19 Feb 2025 16:20:44 +0000 Subject: [PATCH] ci: perform info and list of gha runner conda (#1346) --- .github/workflows/ci-tests-lock.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/ci-tests-lock.yml b/.github/workflows/ci-tests-lock.yml index f569754f..882639c3 100644 --- a/.github/workflows/ci-tests-lock.yml +++ b/.github/workflows/ci-tests-lock.yml @@ -55,6 +55,8 @@ jobs: VTK_BUILD: " - vtk=*=qt_*" run: | conda update -n base --all + conda info + conda list python -c 'open("geovista.yml", "a").write("\n - python =${{ env.PY_MAJOR }}.${{ env.PY_MINOR }}\n${{ env.VTK_BUILD }}\n")' pipx run conda-lock --channel conda-forge --kind explicit --file geovista.yml --platform linux-64