forked from ethereum/solidity
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Pin v4-core dependecy to fix failing exteral pooltogether test
- Loading branch information
1 parent
37e935f
commit ab78f69
Showing
1 changed file
with
3 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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/ | ||
|