Skip to content

Commit

Permalink
Pin v4-core dependecy to fix failing exteral pooltogether test
Browse files Browse the repository at this point in the history
  • Loading branch information
nikola-matic committed Dec 15, 2022
1 parent 37e935f commit ab78f69
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions test/externalTests/pool-together.sh
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,9 @@ function pool_together_test
force_hardhat_compiler_settings "$config_file" "$(first_word "$SELECTED_PRESETS")" "$config_var"
yarn install

# TODO: Remove this when https://github.com/pooltogether/v4-core/issues/287 gets fixed.
npm install @pooltogether/[email protected]

# These come with already compiled artifacts. We want them recompiled with latest compiler.
rm -r node_modules/@pooltogether/yield-source-interface/artifacts/
rm -r node_modules/@pooltogether/uniform-random-number/artifacts/
Expand Down

0 comments on commit ab78f69

Please sign in to comment.