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