From 2d80d4944e733aa1fd89bffc7ddba3bdca2f0688 Mon Sep 17 00:00:00 2001 From: enitrat Date: Tue, 17 Sep 2024 13:44:34 +0200 Subject: [PATCH] remove fetch-ssj-artifacts from setup --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index f8981d25bd..0a09750288 100644 --- a/Makefile +++ b/Makefile @@ -35,7 +35,7 @@ $(SSJ_ZIP): fetch-ef-tests: poetry run python ./kakarot_scripts/ef_tests/fetch.py -setup: fetch-ssj-artifacts +setup: poetry install test: deploy