File tree Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -16,23 +16,23 @@ jobs:
1616 matrix :
1717 include :
1818 - os : ubuntu-latest
19- version_python : " 3.7"
19+ python_version : " 3.7"
2020 - os : ubuntu-latest
21- version_python : " 3.8"
21+ python_version : " 3.8"
2222 - os : ubuntu-latest
23- version_python : " 3.9"
23+ python_version : " 3.9"
2424 - os : ubuntu-latest
25- version_python : " 3.10"
25+ python_version : " 3.10"
2626 - os : ubuntu-latest
27- version_python : " 3.11"
27+ python_version : " 3.11"
2828 - os : macos-latest
29- version_python : " 3.7"
29+ python_version : " 3.7"
3030 steps :
3131 - uses : actions/checkout@v2
3232 - name : Set up Python
3333 uses : actions/setup-python@v2
3434 with :
35- python-version : ${{ matrix.version_python }}
35+ python-version : ${{ matrix.python_version }}
3636 - name : Install dependencies
3737 run : |
3838 python -m pip install --upgrade pip
You can’t perform that action at this time.
0 commit comments