mirror of
https://github.com/harvard-edge/cs249r_book.git
synced 2026-04-29 00:59:07 -05:00
pip issue
This commit is contained in:
7
.github/workflows/update-changelog.yml
vendored
7
.github/workflows/update-changelog.yml
vendored
@@ -32,7 +32,12 @@ jobs:
|
||||
with:
|
||||
python-version: '3.11'
|
||||
cache: 'pip'
|
||||
|
||||
|
||||
- name: Ensure pip cache directory exists
|
||||
run: |
|
||||
mkdir -p ~/.cache/pip
|
||||
echo "Created pip cache directory at ~/.cache/pip"
|
||||
|
||||
- name: 🔧 Configure Git
|
||||
run: |
|
||||
git config --global user.name "github-actions[bot]"
|
||||
|
||||
Reference in New Issue
Block a user