diff --git a/.github/workflows/test_kilosort4.yml b/.github/workflows/test_kilosort4.yml index 3a41c9a428..1df542b8ae 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, dev] # test,extractors,streaming_extractors, # git config --global user.email "CI@example.com" # git config --global user.name "CI Almighty" # pip install tabulate