Skip to content

Fix/ci torch cpu#25

Merged
nceglia merged 5 commits intomainfrom
fix/ci-torch-cpu
Apr 6, 2026
Merged

Fix/ci torch cpu#25
nceglia merged 5 commits intomainfrom
fix/ci-torch-cpu

Conversation

@nceglia
Copy link
Copy Markdown
Owner

@nceglia nceglia commented Apr 6, 2026

Fix the CI workflow on branch fix/ci-torch-cpu. In .github/workflows/tests.yml, replace the Install dependencies step with:

  - name: Install dependencies
    run: |
      pip install maturin
      maturin build --release
      pip install target/wheels/*.whl
      pip install torch --index-url https://download.pytorch.org/whl/cpu
      pip install pytest numpy scipy scikit-learn scanpy anndata tqdm seaborn matplotlib pandas leidenalg umap-learn scikit-misc

Make the same change in .github/workflows/release.yml in the test job.

nceglia and others added 5 commits April 6, 2026 00:11
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
@nceglia nceglia merged commit 50dc7cf into main Apr 6, 2026
4 checks passed
@nceglia nceglia deleted the fix/ci-torch-cpu branch April 6, 2026 04:37
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant