Skip to content

Commit

Permalink
Add version check
Browse files Browse the repository at this point in the history
  • Loading branch information
cscollett committed Aug 18, 2024
1 parent 9a19039 commit d9822a4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/compatability-matrix.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@ jobs:
poetry install --with dev
- name: Check for outdated dependencies with major version updates
if: env.skip-job != 'true'
run: |
# Get outdated dependencies with Poetry
outdated=$(poetry show --outdated --no-dev)
Expand Down

0 comments on commit d9822a4

Please sign in to comment.