Skip to content

Commit

Permalink
ci: perform info and list of gha runner conda (#1346)
Browse files Browse the repository at this point in the history
  • Loading branch information
bjlittle authored Feb 19, 2025
1 parent 115b411 commit 59adb63
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci-tests-lock.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 59adb63

Please sign in to comment.