We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5f38b72 commit 22cc8d3Copy full SHA for 22cc8d3
.github/conda/meta.yaml
@@ -6,18 +6,14 @@ package:
6
version: {{ version }}
7
8
source:
9
- # ------------------------------------------------------------------
10
- # ¡CORRECCIÓN CRUCIAL! Usar el código ya clonado por GitHub Actions.
11
- # Esto elimina el error 'git checkout'
12
+
13
path: ../../
14
15
build:
16
noarch: python
17
number: 0
18
script: "{{ PYTHON }} -m pip install . --no-deps -vv"
19
20
-
21
requirements:
22
host:
23
- python >=3.10
0 commit comments