Skip to content

Commit

Permalink
Fix run generate-weekly-changelog.sh failed
Browse files Browse the repository at this point in the history
closes
  • Loading branch information
shenxianpeng authored Oct 15, 2024
1 parent b50cf51 commit 5b9cd93
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 5b9cd93

Please sign in to comment.