Skip to content

Commit

Permalink
Mirror bjlittle/geovista#1337 to fix conda-lock.
Browse files Browse the repository at this point in the history
  • Loading branch information
trexfeathers committed Feb 19, 2025
1 parent 0998951 commit cd6bdb0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/refresh-lockfiles.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,10 +44,10 @@ jobs:
- name: install requirements
run: |
source $CONDA/bin/activate base
conda install -y -c conda-forge --override-channels libarchive mamba conda-lock
conda update -n base --all
- name: generate lockfile
run: |
$CONDA/bin/conda-lock lock -k explicit -p linux-64 -f requirements/${{matrix.python}}.yml
pipx run conda-lock -k explicit -p linux-64 -f requirements/${{matrix.python}}.yml
mv conda-linux-64.lock ${{matrix.python}}-linux-64.lock
- name: output lockfile
uses: actions/upload-artifact@v4
Expand Down

0 comments on commit cd6bdb0

Please sign in to comment.