Skip to content

Commit 22cc8d3

Browse files
authored
Update meta.yaml
1 parent 5f38b72 commit 22cc8d3

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

.github/conda/meta.yaml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,18 +6,14 @@ package:
66
version: {{ version }}
77

88
source:
9-
# ------------------------------------------------------------------
10-
# ¡CORRECCIÓN CRUCIAL! Usar el código ya clonado por GitHub Actions.
11-
# Esto elimina el error 'git checkout'
12-
# ------------------------------------------------------------------
9+
1310
path: ../../
1411

1512
build:
1613
noarch: python
1714
number: 0
1815
script: "{{ PYTHON }} -m pip install . --no-deps -vv"
1916

20-
2117
requirements:
2218
host:
2319
- python >=3.10

0 commit comments

Comments
 (0)