Skip to content

Commit

Permalink
Fix indent
Browse files Browse the repository at this point in the history
  • Loading branch information
cscollett committed Aug 18, 2024
1 parent 6ec98d2 commit c5feabb
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 @@ -47,7 +47,7 @@ jobs:
poetry install --with dev
- name: Run the major version update check script
if: env.skip-job != 'true'
if: env.skip-job != 'true'
run: |
# Get outdated dependencies with Poetry, excluding dev dependencies
outdated=$(poetry show --outdated --only main)
Expand Down

0 comments on commit c5feabb

Please sign in to comment.