Skip to content

Commit 0479f71

Browse files
authored
fix(ci): remove internal package from pip install command (autobrr#243)
1 parent 91bb882 commit 0479f71

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/update_release_notes.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919

2020
- name: Install dependencies
2121
run: |
22-
pip install requests beautifulsoup4 GitPython markdownify re
22+
pip install requests beautifulsoup4 GitPython markdownify
2323
2424
- name: Run update script
2525
id: update_script
@@ -51,4 +51,4 @@ jobs:
5151
destination_branch: "main"
5252
github_token: ${{ secrets.GITHUB_TOKEN }}
5353
pr_title: "docs: add release notes for ${{ steps.update_script.outputs.version }}"
54-
pr_body: "Automatically update release notes for version ${{ steps.update_script.outputs.version }}. Latest autobrr release: ${{ steps.fetch_release.outputs.release_url }}"
54+
pr_body: "Automatically update release notes for version ${{ steps.update_script.outputs.version }}. Latest autobrr release: ${{ steps.fetch_release.outputs.release_url }}"

0 commit comments

Comments
 (0)