pip issue

This commit is contained in:
Vijay Janapa Reddi
2025-04-01 13:05:46 -04:00
parent 2945b7726e
commit 0a7891776a

View File

@@ -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]"