Skip to content

Commit 37fdee0

Browse files
committed
CI: Remove conda-forge::libmambapy
1 parent 2ce42b4 commit 37fdee0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci_np2.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
echo $CONDA/bin >> $GITHUB_PATH
2525
- name: Install dependencies
2626
run: |
27-
conda install conda-forge::libmamba conda-forge::libmambapy conda-forge::libarchive
27+
conda install conda-forge::libmamba conda-forge::libarchive
2828
conda install -c numba numba=0.61.0rc1
2929
conda env update --file environment_np2.yml --name base
3030
- name: Conda info

0 commit comments

Comments
 (0)