Skip to content

Commit

Permalink
Limit prefect version for deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
jimid27 committed Jun 26, 2024
1 parent 142b344 commit bd05bb4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ runs:
if [ $(echo $PREFECT_SHORT_VERSION'<'10.14 | bc -l) -eq 1 ];
then
echo "The currently installed Prefect version (2.$PREFECT_SHORT_VERSION) will be updated to the latest to ensure compatibility with this action."
pip install prefect -U "prefect>=2.10.14"
pip install prefect -U "prefect>=2.10.14,<3"
fi
if [ ${{ inputs.all-deployments }} == "true" ];
then
Expand Down

0 comments on commit bd05bb4

Please sign in to comment.