Skip to content

Commit e682532

Browse files
committed
Py3.11
1 parent 5063ac3 commit e682532

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Diff for: .github/workflows/gfortran.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -35,13 +35,14 @@ jobs:
3535
steps:
3636
- uses: actions/checkout@v4
3737
- uses: actions/setup-python@v5
38+
with:
39+
python-version: '3.11'
3840

3941
- name: Install fprettify dependencies
4042
run: pip install configargparse
4143

4244
- name: Run fprettify
4345
run: |
44-
which python && python --version
4546
./autoformat.py
4647
f=`git ls-files -m`; if [[ -n $f ]];then echo -e "ERROR: Detected unformatted files:\n$f";exit 1;fi
4748
echo "All Fortran files in src/ are formatted correctly!"

0 commit comments

Comments
 (0)