Skip to content

Commit 079f65c

Browse files
committed
Fix bug in python version request
1 parent 14f1332 commit 079f65c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/testing.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444
- name: Set up Python ${{ matrix.python-version }}
4545
uses: actions/setup-python@v5
4646
with:
47-
python-version: ${{matrix.python-version}}
47+
python-version: ${{ matrix.python-version }}
4848

4949
- name: Set up compilers
5050
uses: fortran-lang/setup-fortran@v1

0 commit comments

Comments
 (0)