Skip to content

Commit

Permalink
Revert "remove extra compilers from test requirements"
Browse files Browse the repository at this point in the history
This reverts commit 4a54000.
  • Loading branch information
isuruf committed Aug 30, 2023
1 parent a92b5aa commit 2a7ba24
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions recipe/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -120,6 +120,9 @@ outputs:
- {{ pin_subpackage('libflang', exact=True) }}
- {{ pin_subpackage('libfortran-main', exact=True) }}
test:
requires:
- {{ compiler('c') }}
- {{ compiler('cxx') }}
files:
- hello_world.f90
commands:
Expand Down

0 comments on commit 2a7ba24

Please sign in to comment.