Skip to content

Commit

Permalink
hardcoded versions in Create conda yaml step
Browse files Browse the repository at this point in the history
  • Loading branch information
VinzentRisch committed Jul 2, 2024
1 parent b6acca3 commit b1ea546
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -39,9 +39,9 @@ jobs:
run: |
commit_msg="${{ steps.get-commit-msg.outputs.commit-msg }}"
if [[ "$commit_msg" == *"[stable]"* ]] || [[ "$commit_msg" == *"[prod]"* ]]; then
tag="${{ steps.fetch-tags.outputs.latest-stable-tag }}"
tag="2024.5.0.dev0"
else
tag="${{ steps.fetch-tags.outputs.latest-dev-tag }}"
tag="2024.2.0"
fi
bash utilities/ci/get-dependencies.sh "$DISTRO" $tag utilities/ci/repositories.yaml
cat environment.yml >> $GITHUB_STEP_SUMMARY
Expand Down

0 comments on commit b1ea546

Please sign in to comment.