Skip to content

Commit 71cb34c

Browse files
authored
Update release_conda.yml
1 parent 8d19cb4 commit 71cb34c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release_conda.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,11 +55,11 @@ jobs:
5555
5656
# --- FASE DE CONSTRUCCIÓN ---
5757
# 1. Pasamos la versión como variable de entorno PACKAGE_VERSION
58-
conda run PACKAGE_VERSION=$VERSION conda build $CONDA_RECIPE_DIR --skip-test
58+
conda run PACKAGE_VERSION=$VERSION conda build $CONDA_RECIPE_DIR --no-test
5959
6060
# 2. --- FASE DE SUBIDA ---
6161
# Obtenemos la ruta del paquete construido
62-
PACKAGE_PATH=$(conda run PACKAGE_VERSION=$VERSION conda build $CONDA_RECIPE_DIR --output --skip-test)
62+
PACKAGE_PATH=$(conda run PACKAGE_VERSION=$VERSION conda build $CONDA_RECIPE_DIR --output --no-test)
6363
6464
# 3. Subimos el archivo
6565
echo "Uploading $PACKAGE_PATH to $ANACONDA_CHANNEL channel..."

0 commit comments

Comments
 (0)