Skip to content

Commit

Permalink
Change the updates to major update pathway
Browse files Browse the repository at this point in the history
  • Loading branch information
cscollett committed Aug 19, 2024
1 parent 4d76d41 commit 90f1f66
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/compatability-matrix.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,6 @@ jobs:
echo "Updating to minor versions"
poetry update
elif [[ "${{ matrix.update-strategy }}" == "major" ]]; then
echo "Updating to minor versions first..."
poetry update
echo "Updating to major versions"
sed -i 's/\^/>=/g' pyproject.toml # Adjust constraints to allow major updates
poetry update
Expand Down

0 comments on commit 90f1f66

Please sign in to comment.