Skip to content

Commit

Permalink
tmp
Browse files Browse the repository at this point in the history
  • Loading branch information
folmos-at-orange committed Apr 3, 2024
1 parent 8584553 commit 5497359
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/conda.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,8 @@ jobs:
run: |
if [[ "${{ github.ref_type }}" == "tag" ]]
then
echo "KHIOPS_VERSION=${{ github.ref_name }}" >> "$GITHUB_ENV"
# echo "KHIOPS_VERSION=${{ github.ref_name }}" >> "$GITHUB_ENV"
echo "KHIOPS_VERSION=10.2.1" >> "$GITHUB_ENV"
else
echo "KHIOPS_VERSION=$(./scripts/khiops-version)" >> "$GITHUB_ENV"
fi
Expand Down

0 comments on commit 5497359

Please sign in to comment.