Skip to content

Commit b247759

Browse files
committed
actually revert noarch, and downgrade conda build py version
1 parent ae9f1f3 commit b247759

File tree

3 files changed

+2
-3
lines changed

3 files changed

+2
-3
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -169,7 +169,7 @@ jobs:
169169
- name: Get conda
170170
uses: conda-incubator/setup-miniconda@v3
171171
with:
172-
python-version: 3.12
172+
python-version: 3.9
173173
channels: conda-forge
174174
miniconda-version: latest
175175
- name: Prepare

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
- name: Get conda
3232
uses: conda-incubator/setup-miniconda@v3
3333
with:
34-
python-version: 3.12
34+
python-version: 3.9
3535
channels: conda-forge
3636
miniconda-version: latest
3737
- name: Prepare

meta.yaml

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

88
build:
9-
noarch: python
109
number: 0
1110
script: "{{ PYTHON }} -m pip install . --no-deps -vv"
1211
binary_relocation: False

0 commit comments

Comments
 (0)