diff --git a/.github/workflows/stable-spec-tests.yml b/.github/workflows/stable-spec-tests.yml index 917ae98791a3..7aa64a11d695 100644 --- a/.github/workflows/stable-spec-tests.yml +++ b/.github/workflows/stable-spec-tests.yml @@ -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