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 ae9f1f3 commit b247759Copy full SHA for b247759
.github/workflows/ci.yml
@@ -169,7 +169,7 @@ jobs:
169
- name: Get conda
170
uses: conda-incubator/setup-miniconda@v3
171
with:
172
- python-version: 3.12
+ python-version: 3.9
173
channels: conda-forge
174
miniconda-version: latest
175
- name: Prepare
.github/workflows/publish.yml
@@ -31,7 +31,7 @@ jobs:
31
32
33
34
35
36
37
meta.yaml
@@ -6,7 +6,6 @@ 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