Skip to content

Commit

Permalink
fix(ci): remove internal package from pip install command (#243)
Browse files Browse the repository at this point in the history
  • Loading branch information
s0up4200 authored Dec 15, 2024
1 parent 91bb882 commit 0479f71
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/update_release_notes.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:

- name: Install dependencies
run: |
pip install requests beautifulsoup4 GitPython markdownify re
pip install requests beautifulsoup4 GitPython markdownify
- name: Run update script
id: update_script
Expand Down Expand Up @@ -51,4 +51,4 @@ jobs:
destination_branch: "main"
github_token: ${{ secrets.GITHUB_TOKEN }}
pr_title: "docs: add release notes for ${{ steps.update_script.outputs.version }}"
pr_body: "Automatically update release notes for version ${{ steps.update_script.outputs.version }}. Latest autobrr release: ${{ steps.fetch_release.outputs.release_url }}"
pr_body: "Automatically update release notes for version ${{ steps.update_script.outputs.version }}. Latest autobrr release: ${{ steps.fetch_release.outputs.release_url }}"

0 comments on commit 0479f71

Please sign in to comment.