From ca6bc008d2e4ce0294c75c56d0f82a4af6f67dec Mon Sep 17 00:00:00 2001 From: Ben Jourdan Date: Fri, 11 Oct 2024 15:47:40 +0000 Subject: [PATCH] debugging ci --- .github/workflows/CI.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index a50373c..9c92be3 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -35,6 +35,7 @@ jobs: python -m pip install --upgrade pip pip install maturin black ruff pytest sphinx sphinx-rtd-theme # Install Black, Ruff, Maturin, etc. pwd + ls -lah pip install -r requirements.txt # Install additional project-specific dependencies shell: bash