Skip to content

Commit

Permalink
devops: add noarch support to meta.yaml (#2741)
Browse files Browse the repository at this point in the history
  • Loading branch information
mxschmitt authored Feb 14, 2025
1 parent d3aacbb commit 03e124b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -169,8 +169,9 @@ jobs:
- name: Get conda
uses: conda-incubator/setup-miniconda@v3
with:
python-version: 3.9
python-version: 3.12
channels: conda-forge
miniconda-version: latest
- name: Prepare
run: conda install conda-build conda-verify
- name: Build
Expand Down
1 change: 1 addition & 0 deletions meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ source:
path: .

build:
noarch: python
number: 0
script: "{{ PYTHON }} -m pip install . --no-deps -vv"
binary_relocation: False
Expand Down

0 comments on commit 03e124b

Please sign in to comment.