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 d3aacbb commit dc6e906Copy full SHA for dc6e906
.github/workflows/ci.yml
@@ -169,8 +169,9 @@ jobs:
169
- name: Get conda
170
uses: conda-incubator/setup-miniconda@v3
171
with:
172
- python-version: 3.9
+ python-version: 3.12
173
channels: conda-forge
174
+ miniconda-version: latest
175
- name: Prepare
176
run: conda install conda-build conda-verify
177
- name: Build
meta.yaml
@@ -6,6 +6,7 @@ source:
6
path: .
7
8
build:
9
+ noarch: python
10
number: 0
11
script: "{{ PYTHON }} -m pip install . --no-deps -vv"
12
binary_relocation: False
0 commit comments