We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5071263 commit 67d2dffCopy full SHA for 67d2dff
.github/workflows/python_and_pip/action.yml
@@ -1,10 +1,12 @@
1
name: "Install & Cache Python dependencies"
2
description: "Reusable step (aka 'composite action') for doing pip installs, with cache included."
3
+
4
inputs:
5
python-version:
6
description: "The version of Python to install"
7
required: true
-run:
8
9
+runs:
10
using: "composite"
11
steps:
12
- uses: actions/setup-python@v5
0 commit comments