Commit 52d13da 1 parent 383e6ab commit 52d13da Copy full SHA for 52d13da
File tree 1 file changed +2
-6
lines changed
1 file changed +2
-6
lines changed Original file line number Diff line number Diff line change 40
40
with :
41
41
fetch-depth : 0
42
42
43
- - uses : actions/setup-python@v5
44
- with :
45
- python-version : ' 3.x'
46
-
47
43
- name : " environment configure"
48
44
env :
49
45
# Maximum cache period (in weeks) before forcing a cache refresh.
58
54
env :
59
55
VTK_BUILD : " - vtk=*=qt_*"
60
56
run : |
61
- python -m pip install conda-lock
57
+ conda update -n base --all
62
58
python -c 'open("geovista.yml", "a").write("\n - python =${{ env.PY_MAJOR }}.${{ env.PY_MINOR }}\n${{ env.VTK_BUILD }}\n")'
63
- conda-lock --channel conda-forge --kind explicit --file geovista.yml --platform linux-64
59
+ pipx run conda-lock --channel conda-forge --kind explicit --file geovista.yml --platform linux-64
64
60
65
61
- name : " upload lock artifact"
66
62
uses : actions/upload-artifact@v4
You can’t perform that action at this time.
0 commit comments