Skip to content

Commit fbc8914

Browse files
authored
Mirror bjlittle/geovista#1337 to fix conda-lock. (#108)
1 parent 0998951 commit fbc8914

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/refresh-lockfiles.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -44,10 +44,10 @@ jobs:
4444
- name: install requirements
4545
run: |
4646
source $CONDA/bin/activate base
47-
conda install -y -c conda-forge --override-channels libarchive mamba conda-lock
47+
conda update -n base --all
4848
- name: generate lockfile
4949
run: |
50-
$CONDA/bin/conda-lock lock -k explicit -p linux-64 -f requirements/${{matrix.python}}.yml
50+
pipx run conda-lock -k explicit -p linux-64 -f requirements/${{matrix.python}}.yml
5151
mv conda-linux-64.lock ${{matrix.python}}-linux-64.lock
5252
- name: output lockfile
5353
uses: actions/upload-artifact@v4

0 commit comments

Comments
 (0)