Skip to content

Commit 519902d

Browse files
authored
CI Fix lock-file update workflow (scikit-learn#30897)
1 parent 649cf35 commit 519902d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/update-lock-files.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@ jobs:
3434
run: |
3535
source build_tools/shared.sh
3636
source $CONDA/bin/activate
37+
conda update -n base --all
3738
conda install -n base conda conda-libmamba-solver -y
3839
conda config --set solver libmamba
3940
conda install -c conda-forge "$(get_dep conda-lock min)" -y

0 commit comments

Comments
 (0)