Skip to content

Commit b6e9e4d

Browse files
authored
Update release_conda.yml
1 parent 69a3e61 commit b6e9e4d

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

.github/workflows/release_conda.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -56,10 +56,6 @@ jobs:
5656
FULL_TAG=$(git describe --tags --abbrev=0 2>/dev/null || echo "0.0.0+dev")
5757
VERSION="${FULL_TAG#v}"
5858
VERSION="${VERSION#V}"
59-
60-
if [[ "${{ github.event_name }}" == "release" ]]; then
61-
TEST_FLAG=""
62-
fi
6359
6460
echo "Building package version: $VERSION"
6561
export PACKAGE_VERSION=$VERSION # Pasa la versión al meta.yaml

0 commit comments

Comments
 (0)