Skip to content

Commit b235501

Browse files
committed
ci(setup-python): specify explicit python-version
actions/setup-python@v4 no longer has a default; one must be specified using `python-versio` or `python-version-file`. https://github.com/actions/setup-python/releases/tag/v4.0.0
1 parent 1eb1b6d commit b235501

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/ci.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,8 @@ jobs:
1212
steps:
1313
- uses: actions/checkout@v3
1414
- uses: actions/setup-python@v4
15+
with:
16+
python-version: ">=3.6"
1517
- uses: actions/cache@v3
1618
with:
1719
path: ~/.cache/pip

0 commit comments

Comments
 (0)