Skip to content

Commit

Permalink
Update CI to fix check dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
Zorin95670 committed Jun 6, 2024
1 parent e6ff22b commit c4933e8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ jobs:
- name: Run check dependencies
run: echo '```bash' > dependencies.txt && npx ncu -x "leto-modelizer*" >> dependencies.txt && echo '```' >> dependencies.txt
- name: Post comment
uses: machine-learning-apps/pr-comment@master
uses: luukkemp/pr-comment@2024.1
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
Expand Down

0 comments on commit c4933e8

Please sign in to comment.