Skip to content

Commit 6f6c24b

Browse files
Update cache-pip.yml
1 parent e5a91a5 commit 6f6c24b

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

.github/workflows/cache-pip.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,10 +19,11 @@ jobs:
1919

2020
- name: Set up Python
2121
id: python
22-
uses: actions/setup-python@v5
22+
uses: priyagupta108/setup-python@pip-version-input
2323
with:
24-
python-version: ${{ matrix.python-version }}
25-
cache: 'pip'
24+
python-version: '3.11'
25+
pip-version: '23.2.1'
26+
# update-environment: false
2627

2728
- run: echo "${{ steps.python.outputs.python-version }}"
2829

0 commit comments

Comments
 (0)