From e1d4a25824dbad74b710b7558ca324497b0b9e54 Mon Sep 17 00:00:00 2001 From: MorganCThomas Date: Mon, 18 Nov 2024 10:32:14 +0100 Subject: [PATCH] make required more explicit --- .github/unittest/install_dependencies.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/unittest/install_dependencies.sh b/.github/unittest/install_dependencies.sh index 8cc868f..6660260 100644 --- a/.github/unittest/install_dependencies.sh +++ b/.github/unittest/install_dependencies.sh @@ -2,6 +2,7 @@ python -m pip install --upgrade pip # Install required dependencies +python -m pip install flake8 pytest pytest-cov hydra-core tqdm python -m pip install torch torchvision python -m pip install -r acegen-open/requirements.txt