Skip to content

Commit

Permalink
ci: fix tests lock (#1337)
Browse files Browse the repository at this point in the history
  • Loading branch information
bjlittle authored Feb 14, 2025
1 parent 383e6ab commit 52d13da
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions .github/workflows/ci-tests-lock.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,10 +40,6 @@ jobs:
with:
fetch-depth: 0

- uses: actions/setup-python@v5
with:
python-version: '3.x'

- name: "environment configure"
env:
# Maximum cache period (in weeks) before forcing a cache refresh.
Expand All @@ -58,9 +54,9 @@ jobs:
env:
VTK_BUILD: " - vtk=*=qt_*"
run: |
python -m pip install conda-lock
conda update -n base --all
python -c 'open("geovista.yml", "a").write("\n - python =${{ env.PY_MAJOR }}.${{ env.PY_MINOR }}\n${{ env.VTK_BUILD }}\n")'
conda-lock --channel conda-forge --kind explicit --file geovista.yml --platform linux-64
pipx run conda-lock --channel conda-forge --kind explicit --file geovista.yml --platform linux-64
- name: "upload lock artifact"
uses: actions/upload-artifact@v4
Expand Down

0 comments on commit 52d13da

Please sign in to comment.