Skip to content

Commit

Permalink
Update fypp workflow to note that we preprocess ftorch into a .F90 fi…
Browse files Browse the repository at this point in the history
…le. Typo fix.
  • Loading branch information
jatkinson1000 committed Dec 20, 2024
1 parent 11dcd03 commit b6e0277
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/fypp_checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
python-version: "3.11"
- run: pip install fypp

- name: Check ftorch.fypp matches ftorch.f90
- name: Check ftorch.fypp matches ftorch.F90
run: |
fypp src/ftorch.fypp src/temp.F90_temp
if ! diff -q src/ftorch.F90 src/temp.F90_temp; then
Expand Down

0 comments on commit b6e0277

Please sign in to comment.