Skip to content

Commit dc6e906

Browse files
committed
devops: add noarch support to meta.yaml
1 parent d3aacbb commit dc6e906

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -169,8 +169,9 @@ jobs:
169169
- name: Get conda
170170
uses: conda-incubator/setup-miniconda@v3
171171
with:
172-
python-version: 3.9
172+
python-version: 3.12
173173
channels: conda-forge
174+
miniconda-version: latest
174175
- name: Prepare
175176
run: conda install conda-build conda-verify
176177
- name: Build

meta.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ source:
66
path: .
77

88
build:
9+
noarch: python
910
number: 0
1011
script: "{{ PYTHON }} -m pip install . --no-deps -vv"
1112
binary_relocation: False

0 commit comments

Comments
 (0)