Skip to content

Commit 67d2dff

Browse files
committed
runs
1 parent 5071263 commit 67d2dff

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/python_and_pip/action.yml

+3-1
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,12 @@
11
name: "Install & Cache Python dependencies"
22
description: "Reusable step (aka 'composite action') for doing pip installs, with cache included."
3+
34
inputs:
45
python-version:
56
description: "The version of Python to install"
67
required: true
7-
run:
8+
9+
runs:
810
using: "composite"
911
steps:
1012
- uses: actions/setup-python@v5

0 commit comments

Comments
 (0)