diff --git a/.github/workflows/local_tests.yml b/.github/workflows/local_tests.yml index cd3d340..585cc8f 100644 --- a/.github/workflows/local_tests.yml +++ b/.github/workflows/local_tests.yml @@ -18,8 +18,6 @@ jobs: name: Set up Node.js with: node-version: "lts/gallium" - - name: Install graph CLI - run: npm install -g @graphprotocol/graph-cli - uses: actions/setup-python@v4 with: python-version: '3.8' diff --git a/tests/contract_init.sh b/tests/contract_init.sh index d9d90bf..ff3b92e 100755 --- a/tests/contract_init.sh +++ b/tests/contract_init.sh @@ -18,7 +18,6 @@ GRAPH_TOKEN=$(jq '."1337".GraphToken.address' addresses.json -r) command cd $current_dir/timeline-aggregation-protocol-contracts -command yarn echo "Graph token address: $GRAPH_TOKEN" echo "Step 2: Obtain allocation tracker address" ALLOCATION_VAR=$(forge create --unlocked --from $GATEWAY --rpc-url localhost:8545 src/AllocationIDTracker.sol:AllocationIDTracker --json)