We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8b25773 commit cf24500Copy full SHA for cf24500
.github/workflows/conda-package.yml
@@ -87,6 +87,7 @@ jobs:
87
- uses: conda-incubator/setup-miniconda@v3
88
with:
89
auto-activate-base: true
90
+ miniforge-version: latest
91
conda-build-version: "*"
92
activate-environment: true
93
python-version: ${{ matrix.python }}
@@ -109,7 +110,7 @@ jobs:
109
110
- name: Build conda package
111
env:
112
OVERRIDE_INTEL_IPO: 1 # IPO requires more resources that GH actions VM provides
- 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
114
- name: Upload artifact
115
uses: actions/upload-artifact@v4.4.0
116
0 commit comments