Skip to content

Commit 69d168b

Browse files
authored
Fix upstream miniconda setup (#1011)
1 parent 9e55d05 commit 69d168b

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

.github/workflows/upstream.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,9 +40,8 @@ jobs:
4040
uses: actions/checkout@v2
4141

4242
- name: Setup Conda Environment
43-
uses: conda-incubator/setup-miniconda@v2
43+
uses: conda-incubator/setup-miniconda@v3
4444
with:
45-
miniforge-variant: Mambaforge
4645
miniforge-version: latest
4746
use-mamba: true
4847
channel-priority: strict

ci/install.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ if [[ ${UPSTREAM_DEV} ]]; then
66
conda uninstall --force dask distributed scikit-learn
77

88
python -m pip install --no-deps --pre \
9-
-i https://pypi.anaconda.org/scipy-wheels-nightly/simple \
9+
-i https://pypi.anaconda.org/scientific-python-nightly-wheels/simple \
1010
scikit-learn
1111

1212
python -m pip install \

0 commit comments

Comments
 (0)