Skip to content

Commit

Permalink
ci: update exec-spec-tests reference (ethereum#489)
Browse files Browse the repository at this point in the history
Signed-off-by: Ignacio Hagopian <[email protected]>
  • Loading branch information
jsign authored Sep 6, 2024
1 parent 631ee2f commit deda286
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/stable-spec-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,8 +71,9 @@ jobs:
extract: true
- name: Clone execution-spec-tests and consume tests
run: |
git clone https://github.com/ethereum/execution-spec-tests -b ${{ env.FIXTURES_TAG }} --depth 1
git clone https://github.com/ethereum/execution-spec-tests
cd execution-spec-tests
git checkout 250a064ba38cd92cad02691f4f7c2ecbefedd954
python3 -m venv venv
. venv/bin/activate
pip install --upgrade pip
Expand Down

0 comments on commit deda286

Please sign in to comment.