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 14f1332 commit 079f65cCopy full SHA for 079f65c
.github/workflows/testing.yml
@@ -44,7 +44,7 @@ jobs:
44
- name: Set up Python ${{ matrix.python-version }}
45
uses: actions/setup-python@v5
46
with:
47
- python-version: ${{matrix.python-version}}
+ python-version: ${{ matrix.python-version }}
48
49
- name: Set up compilers
50
uses: fortran-lang/setup-fortran@v1
0 commit comments