Skip to content

Commit

Permalink
Fix syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
dormant-user committed Mar 4, 2025
1 parent 30e1a6e commit c96f01f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/version.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ on:
- master
paths:
- '**/*.txt'
- ".github/workflows/version.yml"

jobs:
check-python-version:
Expand All @@ -18,4 +19,4 @@ jobs:
- uses: actions/checkout@v4
- run: python dependencies.py
working-directory: dev_scripts
shell: python
shell: bash

0 comments on commit c96f01f

Please sign in to comment.