Skip to content

Commit

Permalink
chore: fix pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
ypatil12 committed Feb 4, 2025
1 parent 888b178 commit 8f8988c
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,11 +60,11 @@ jobs:
run: |
# Download Deneb state
curl -o data/deneb_holesky_beacon_state_2227472.ssz.zip https://dviu8zszosyat.cloudfront.net/deneb_holesky_beacon_state_2227472.ssz.zip
(cd data && unzip deneb_holesky_beacon_state_2227472.ssz.zip)
# Download Electra State
unzip -j data/deneb_holesky_beacon_state_2227472.ssz.zip -d data/
# Download Electra state
curl -o data/electra_mekong_beacon_state_654719.ssz.zip https://d1w8rcimizlk6a.cloudfront.net/electra_mekong_beacon_state_654719.ssz.zip
(cd data && unzip electra_mekong_beacon_state_654719.ssz.zip)
unzip -j data/electra_mekong_beacon_state_654719.ssz.zip -d data/
- name: Run tests
env:
Expand Down

0 comments on commit 8f8988c

Please sign in to comment.