diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 929b05b8b..80dd92245 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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 diff --git a/meta.yaml b/meta.yaml index f78f0e90f..803565ac6 100644 --- a/meta.yaml +++ b/meta.yaml @@ -6,6 +6,7 @@ source: path: . build: + noarch: python number: 0 script: "{{ PYTHON }} -m pip install . --no-deps -vv" binary_relocation: False