We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 53658b2 commit 1dcd796Copy full SHA for 1dcd796
.github/workflows/ci.yml
@@ -41,10 +41,10 @@ jobs:
41
# Part 2: Python install & tests
42
# -----------------------------
43
44
- - name: Set up Python 3.10
+ - name: Set up Python 3.11
45
uses: actions/setup-python@v4
46
with:
47
- python-version: "3.10"
+ python-version: "3.11"
48
49
- name: Create & activate virtualenv
50
run: |
conda-recipe/meta.yaml
@@ -29,15 +29,15 @@ requirements:
29
build:
30
- {{ compiler("cxx") }}
31
- cmake
32
- - python
+ - python 3.12
33
- pip
34
- setuptools
35
- scikit-build
36
host:
37
38
39
run:
40
about:
home: {{ REPO_HOME }}
0 commit comments