Skip to content

Commit b4916e0

Browse files
committed
feat: #comment updated pip dep cache
1 parent cf0e4a9 commit b4916e0

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/docs-build-and-deploy.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ jobs:
3030
uses: actions/setup-python@v5
3131
with:
3232
python-version: ${{ env.PYTHON_VERSION }}
33+
cache: 'pip' # caching pip dependencies
3334

3435
- name: Install dependencies
3536
run: pip install -r requirements.txt
@@ -50,6 +51,7 @@ jobs:
5051
uses: actions/setup-python@v5
5152
with:
5253
python-version: ${{ env.PYTHON_VERSION }}
54+
cache: 'pip' # caching pip dependencies
5355

5456
- name: Install dependencies
5557
run: pip install -r requirements.txt

0 commit comments

Comments
 (0)