diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 59d7a16ccb0a..76a7d1bcd9a9 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -40,10 +40,6 @@ jobs: if: steps.cache-deps.outputs.cache-hit == 'true' # - # Only install c-kzg if required. See https://github.com/ChainSafe/lodestar/pull/4888 - # Install in workspace root, else there are weird type errors with NodeJS types - - run: yarn add --ignore-workspace-root-check c-kzg - # Cache validator slashing protection data tests - name: Restore spec tests cache uses: actions/cache@master