Skip to content

Commit 0744f21

Browse files
authored
Fix
1 parent 751b132 commit 0744f21

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/linter_docs_mypy.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
- name: Setup Python
2121
uses: actions/setup-python@v5
2222
with:
23-
python-version: ${{ fromJSON(needs.python-versions.outputs.python-version)[-1] }}
23+
python-version: ${{ fromJSON(needs.python-versions.outputs.python-versions)[-1] }}
2424

2525
- name: Checkout to code
2626
uses: actions/checkout@v4
@@ -41,7 +41,7 @@ jobs:
4141
- name: Setup Python
4242
uses: actions/setup-python@v5
4343
with:
44-
python-version: ${{ fromJSON(needs.python-versions.outputs.python-version)[-1] }}
44+
python-version: ${{ fromJSON(needs.python-versions.outputs.python-versions)[-1] }}
4545

4646
- name: Checkout to code
4747
uses: actions/checkout@v4
@@ -63,7 +63,7 @@ jobs:
6363
- name: Setup Python
6464
uses: actions/setup-python@v5
6565
with:
66-
python-version: $${{ fromJSON(needs.python-versions.outputs.python-version)[-1] }}
66+
python-version: $${{ fromJSON(needs.python-versions.outputs.python-versions)[-1] }}
6767

6868
- name: Checkout to code
6969
uses: actions/checkout@v4

0 commit comments

Comments
 (0)