Skip to content

Commit

Permalink
mn-processor-rake: take in account Gemfile.devel during templates/sam…
Browse files Browse the repository at this point in the history
  • Loading branch information
CAMOBAP authored Nov 27, 2023
1 parent 8d3882c commit ffa9dbd
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/mn-processor-rake.yml
Original file line number Diff line number Diff line change
Expand Up @@ -179,6 +179,7 @@ jobs:
bundle remove metanorma-${{ needs.build-matrices.outputs.flavor }} --skip-install || true
bundle add metanorma-${{ needs.build-matrices.outputs.flavor }} --path ..
bundle add sassc
echo 'eval_gemfile("../Gemfile.devel") rescue nil' >> Gemfile
bundle install # https://github.com/metanorma/metanorma-cli/issues/315#issuecomment-1776941839
working-directory: template
Expand Down Expand Up @@ -236,6 +237,7 @@ jobs:
bundle remove metanorma-${{ needs.build-matrices.outputs.flavor }} --skip-install || true
bundle add metanorma-${{ needs.build-matrices.outputs.flavor }} --path ..
bundle add sassc
echo 'eval_gemfile("../Gemfile.devel") rescue nil' >> Gemfile
bundle install # https://github.com/metanorma/metanorma-cli/issues/315#issuecomment-1776941839
working-directory: samples
Expand Down

0 comments on commit ffa9dbd

Please sign in to comment.