Skip to content

Commit cf24500

Browse files
Use miniforge, do not pin numpy version used at build to 2.0, use >=2
1 parent 8b25773 commit cf24500

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/conda-package.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,6 +87,7 @@ jobs:
8787
- uses: conda-incubator/setup-miniconda@v3
8888
with:
8989
auto-activate-base: true
90+
miniforge-version: latest
9091
conda-build-version: "*"
9192
activate-environment: true
9293
python-version: ${{ matrix.python }}
@@ -109,7 +110,7 @@ jobs:
109110
- name: Build conda package
110111
env:
111112
OVERRIDE_INTEL_IPO: 1 # IPO requires more resources that GH actions VM provides
112-
run: conda build --no-test --python ${{ matrix.python }} --numpy 2.0 -c conda-forge --override-channels conda-recipe
113+
run: conda build --no-test --python ${{ matrix.python }} --numpy 2 -c conda-forge --override-channels conda-recipe
113114
- name: Upload artifact
114115
uses: actions/upload-artifact@v4.4.0
115116
with:

0 commit comments

Comments
 (0)