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