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 49009c9 commit 308840bCopy full SHA for 308840b
.github/workflows/sanitycheck.yml
@@ -37,7 +37,7 @@ jobs:
37
restore-keys: |
38
${{ runner.os }}-pip-
39
- name: Setup python environment # setting python environment to 3.x
40
- uses: actions/setup-python@v2
+ uses: actions/setup-python@v4
41
with:
42
python-version: "3.8" # if you want multiple python version run just use matrix strategy in job config. See the documentation of GitHub Actions
43
- name: Check Python version # checking the python version to see if 3.x is installed.
0 commit comments