Skip to content

Commit

Permalink
Update ci-tests-lock.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
bjlittle authored Feb 19, 2025
1 parent 0f7bd4c commit b323af7
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/ci-tests-lock.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,11 +54,8 @@ jobs:
env:
VTK_BUILD: " - vtk=*=qt_*"
run: |
conda config --add channels conda-forge
conda config --remove channels defaults
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 b323af7

Please sign in to comment.