Skip to content

devops: add noarch support to meta.yaml #2741

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Feb 14, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
devops: publish to conda on 3.8
  • Loading branch information
mxschmitt committed Feb 14, 2025
commit b228c7c4e3655ade42194759c6534d6cf2929c48
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
Loading