Skip to content

Commit

Permalink
Remove the unnecessary kzg install in workflow as included in main de…
Browse files Browse the repository at this point in the history
…ps (#5218)
  • Loading branch information
g11tech authored Mar 1, 2023
1 parent b00d84f commit ec78af1
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,10 +40,6 @@ jobs:
if: steps.cache-deps.outputs.cache-hit == 'true'
# </common-build>

# 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
Expand Down

0 comments on commit ec78af1

Please sign in to comment.