Skip to content

Commit

Permalink
[CI] Update CI dependencies workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
aicorein committed Oct 13, 2024
1 parent 7e98511 commit 5df8af8
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/update_deps.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,8 @@ jobs:
- name: "Update dependencies"
run: |
pdm install
summary=$(pdm update)
echo 'SUMMARY<<EOF' >> $GITHUB_OUTPUT
echo $summary >> $GITHUB_OUTPUT
pdm update >> $GITHUB_OUTPUT
echo 'EOF' >> $GITHUB_OUTPUT
shell: bash
id: pdm-update
Expand Down

0 comments on commit 5df8af8

Please sign in to comment.