We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e5a91a5 commit 6f6c24bCopy full SHA for 6f6c24b
.github/workflows/cache-pip.yml
@@ -19,10 +19,11 @@ jobs:
19
20
- name: Set up Python
21
id: python
22
- uses: actions/setup-python@v5
+ uses: priyagupta108/setup-python@pip-version-input
23
with:
24
- python-version: ${{ matrix.python-version }}
25
- cache: 'pip'
+ python-version: '3.11'
+ pip-version: '23.2.1'
26
+ # update-environment: false
27
28
- run: echo "${{ steps.python.outputs.python-version }}"
29
0 commit comments