Skip to content

Commit

Permalink
Fix run generate-weekly-changelog.sh failed (#9874)
Browse files Browse the repository at this point in the history
closes
  • Loading branch information
shenxianpeng authored Oct 15, 2024
1 parent b50cf51 commit c41791e
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/changelog.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,4 +67,8 @@ jobs:
GIT_COMMITTER_EMAIL: <86592549+jenkins-infra-changelog-generator[bot]@users.noreply.github.com>
run: |
wget --quiet https://raw.githubusercontent.com/jenkinsci/core-changelog-generator/master/generate-weekly-changelog.sh
# Create a Python virtual environment for pip install
# See https://github.com/jenkinsci/core-changelog-generator/issues/37
python3 -m venv venv
source venv/bin/activate
bash generate-weekly-changelog.sh

0 comments on commit c41791e

Please sign in to comment.