1
0

Enable pip caching

This commit is contained in:
Ö. Efe D.
2025-03-11 15:59:19 +01:00
parent bd2728aaf7
commit b3ac571e5e

View File

@@ -19,6 +19,7 @@ jobs:
uses: actions/setup-python@v4 uses: actions/setup-python@v4
with: with:
python-version: '3.10' python-version: '3.10'
cache: 'pip' # This enables pip caching
- name: Install dependencies - name: Install dependencies
run: | run: |
@@ -44,7 +45,6 @@ jobs:
git add mods/*/meta.json git add mods/*/meta.json
git commit -m "$COMMIT_MSG" git commit -m "$COMMIT_MSG"
# Using the PAT_TOKEN with the default token URL format
git push git push
else else
echo "No changes to commit" echo "No changes to commit"