Skip to content

Commit a620c3e

Browse files
committed
Cleaner name in api tests github action
1 parent acd4dca commit a620c3e

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

.github/workflows/api_unit_tests.yml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)