Skip to content

Commit

Permalink
what is the default python version?
Browse files Browse the repository at this point in the history
  • Loading branch information
danielhollas committed Jan 25, 2024
1 parent 78176e7 commit 5063ac3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/gfortran.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,13 +34,14 @@ jobs:

steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v4
- uses: actions/setup-python@v5

- name: Install fprettify dependencies
run: pip install configargparse

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

0 comments on commit 5063ac3

Please sign in to comment.