Skip to content

Commit

Permalink
fix: compile nutrients_level in build_lang (#9883)
Browse files Browse the repository at this point in the history
* fix: compile nutrients_level in build_lang

It looks like the nutrient_levels taxonomy has not already been generated when tests are run. It should work anyway but it fails for some reason. This seems to happen only for the first test case, and only sometimes, maybe a race condition.

---------
Co-authored-by: Alex Garel <[email protected]>
  • Loading branch information
stephanegigandet authored Mar 7, 2024
1 parent 3e43327 commit 7cc9989
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions scripts/build_lang.pl
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,8 @@

# Nutrients level taxonomy file is built using languages
create_nutrients_level_taxonomy();
# and generate corresponding taxonomy
build_tags_taxonomy('nutrients_levels', 1);

exit(0);

0 comments on commit 7cc9989

Please sign in to comment.