Skip to content

Commit cc8f510

Browse files
committed
more fixes
Signed-off-by: Ignacio Hagopian <[email protected]>
1 parent f5b70a2 commit cc8f510

File tree

2 files changed

+1
-4
lines changed

2 files changed

+1
-4
lines changed

.github/workflows/spec-tests-branch.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,6 @@ jobs:
6464
curl -LsSf https://astral.sh/uv/install.sh | sh
6565
git clone https://github.com/${{ env.EEST_USER }}/execution-spec-tests -b ${{ env.EEST_BRANCH }} --depth 1
6666
cd execution-spec-tests
67-
uv sync
6867
if [ "${{ matrix.test-type }}" == "genesis" ]; then
6968
uv run fill --evm-bin="${{ github.workspace }}/bin/evm" --fork Verkle --output=../fixtures-${{ matrix.test-type }} -v -m blockchain_test -n auto
7069
else
@@ -107,6 +106,5 @@ jobs:
107106
curl -LsSf https://astral.sh/uv/install.sh | sh
108107
git clone https://github.com/${{ env.EEST_USER }}/execution-spec-tests -b ${{ env.EEST_BRANCH }}
109108
cd execution-spec-tests
110-
uv sync
111-
uv run consume direct --input=../fixtures-${{ matrix.test-type }} -n auto
109+
uv run consume direct --evm-bin="${{ github.workspace }}/bin/evm" --input=../fixtures-${{ matrix.test-type }} -n auto
112110
shell: bash

.github/workflows/stable-spec-tests.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,5 @@ jobs:
7474
curl -LsSf https://astral.sh/uv/install.sh | sh
7575
git clone https://github.com/ethereum/execution-spec-tests -b ${{ env.FIXTURES_TAG }} --depth 1
7676
cd execution-spec-tests
77-
uv sync
7877
uv run consume direct --evm-bin="${{ github.workspace }}/bin/evm" --input=../fixtures -n auto
7978
shell: bash

0 commit comments

Comments
 (0)