Skip to content

Commit f3975a0

Browse files
committed
fix: download solc for CI
1 parent ead89f8 commit f3975a0

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed

.github/workflows/core_tests.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ on:
1010
- "feat/rc1"
1111
- "feat/next-vote"
1212
- "feat/v3-vote"
13+
- "ci-solc-download"
1314
schedule:
1415
- cron: "0 0 * * TUE"
1516

.github/workflows/dual_governance_regression.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ on:
1414
- "feat/rc1"
1515
- "feat/next-vote"
1616
- "feat/v3-vote"
17+
- "ci-solc-download"
1718
workflow_dispatch:
1819

1920
jobs:

.github/workflows/large_vote_ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
vote: "large"
3737
rpc_url: ${{ secrets.ETH_RPC_URL }}
3838
etherscan: ${{ secrets.ETHERSCAN_TOKEN }}
39-
command: "make test-1/2"
39+
command: "PYTHONPATH=$PWD make test-1/2"
4040

4141
run-tests-large-2:
4242
name: Brownie fork LARGE tests 2
@@ -62,4 +62,4 @@ jobs:
6262
vote: "large"
6363
rpc_url: ${{ secrets.ETH_RPC_URL }}
6464
etherscan: ${{ secrets.ETHERSCAN_TOKEN }}
65-
command: "make test-2/2"
65+
command: "PYTHONPATH=$PWD make test-2/2"

0 commit comments

Comments
 (0)