Skip to content

Commit

Permalink
Add a condition in elif
Browse files Browse the repository at this point in the history
  • Loading branch information
cscollett committed Aug 19, 2024
1 parent bc15d1d commit 2cf22fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/compatability-matrix.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
if [[ "${{ matrix.update-strategy }}" == "fresh" ]]; then
echo "Fresh install, Removing lock file"
rm -f poetry.lock
elif
elif [[ "${{ matrix.update-strategy }}" == "update" ]]; then
echo "Updating from existing lock file"
fi
if [[ "${{ matrix.update-strategy }}" == "minor" ]]; then
Expand Down

0 comments on commit 2cf22fa

Please sign in to comment.