We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8d19cb4 commit 71cb34cCopy full SHA for 71cb34c
.github/workflows/release_conda.yml
@@ -55,11 +55,11 @@ jobs:
55
56
# --- FASE DE CONSTRUCCIÓN ---
57
# 1. Pasamos la versión como variable de entorno PACKAGE_VERSION
58
- conda run PACKAGE_VERSION=$VERSION conda build $CONDA_RECIPE_DIR --skip-test
+ conda run PACKAGE_VERSION=$VERSION conda build $CONDA_RECIPE_DIR --no-test
59
60
# 2. --- FASE DE SUBIDA ---
61
# Obtenemos la ruta del paquete construido
62
- PACKAGE_PATH=$(conda run PACKAGE_VERSION=$VERSION conda build $CONDA_RECIPE_DIR --output --skip-test)
+ PACKAGE_PATH=$(conda run PACKAGE_VERSION=$VERSION conda build $CONDA_RECIPE_DIR --output --no-test)
63
64
# 3. Subimos el archivo
65
echo "Uploading $PACKAGE_PATH to $ANACONDA_CHANNEL channel..."
0 commit comments