Skip to content

Commit

Permalink
Install configargparse
Browse files Browse the repository at this point in the history
  • Loading branch information
danielhollas committed Oct 30, 2023
1 parent 592c998 commit 4ec2256
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/gfortran.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,10 @@ jobs:
with:
fetch-depth: 2

- name: Check
- name: Install fprettify dependencies
run: pip install --user configargparse

- name: Run fprettify
run: ./autoformat.py

basic_build:
Expand Down

0 comments on commit 4ec2256

Please sign in to comment.