Skip to content

Commit

Permalink
ci: Update workflow to fix no such module issue
Browse files Browse the repository at this point in the history
Otherwise, it may fail as pfcs cannot be found
  • Loading branch information
carstencodes committed Jul 31, 2024
1 parent ae2c8a9 commit fcd67e9
Show file tree
Hide file tree
Showing 3 changed files with 126 additions and 106 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/auto_update.yml
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ jobs:
if: ${{ steps.detect-changes.outputs.changed == 'true' }}
- name: "Increase dev version"
shell: bash
run: pdm bump dev
run: pdm run pdm bump dev
if: ${{ steps.detect-changes.outputs.changed == 'true' }}
- name: Setup Commit message and PR Title
id: text_formatting
Expand Down
Loading

0 comments on commit fcd67e9

Please sign in to comment.