From 60534749d0c2e19de1e1d5f630a690083cc72649 Mon Sep 17 00:00:00 2001 From: JoeZiminski Date: Wed, 26 Jun 2024 12:49:49 +0100 Subject: [PATCH] Try again installing SI dev. --- .github/workflows/test_kilosort4.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test_kilosort4.yml b/.github/workflows/test_kilosort4.yml index 3a41c9a428..7a9950047c 100644 --- a/.github/workflows/test_kilosort4.yml +++ b/.github/workflows/test_kilosort4.yml @@ -36,7 +36,7 @@ jobs: - name: Install packages run: | - pip install -e .[full] # test,extractors,streaming_extractors, + pip install -e .[full,test] # git config --global user.email "CI@example.com" # git config --global user.name "CI Almighty" # pip install tabulate