Skip to content

Commit

Permalink
Stop using default channel. (#100)
Browse files Browse the repository at this point in the history
  • Loading branch information
pp-mo authored Jan 3, 2025
1 parent a47df80 commit a16a70e
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/refresh-lockfiles.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,9 +44,7 @@ jobs:
- name: install requirements
run: |
source $CONDA/bin/activate base
# libarchive on conda-forge is faulty: conda-forge/libarchive-feedstock#69
conda install -y -c defaults libarchive
conda install -y -c conda-forge mamba conda-lock
conda install -y -c conda-forge --override-channels libarchive mamba conda-lock
- name: generate lockfile
run: |
$CONDA/bin/conda-lock lock -k explicit -p linux-64 -f requirements/${{matrix.python}}.yml
Expand Down

0 comments on commit a16a70e

Please sign in to comment.