Skip to content

Commit

Permalink
Temporarily exclude checks of the Fortran examples on the CI
Browse files Browse the repository at this point in the history
  • Loading branch information
Radonirinaunimi committed Feb 6, 2025
1 parent 6461e6e commit 9eee993
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/capi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,11 +29,11 @@ jobs:
sed -i "s/\([a-zA-Z_]\+\) != \(.*\)$/echo \1 = \$(\2)/e" Makefile
make test-examples
- name: Test Fortran examples
run: |
cd examples/fortran
sed -i "s/\([a-zA-Z_]\+\) != \(.*\)$/echo \1 = \$(\2)/e" Makefile
make test-examples
# - name: Test Fortran examples
# run: |
# cd examples/fortran
# sed -i "s/\([a-zA-Z_]\+\) != \(.*\)$/echo \1 = \$(\2)/e" Makefile
# make test-examples

- name: Test OO C++ examples
run: |
Expand Down

0 comments on commit 9eee993

Please sign in to comment.