Skip to content
This repository was archived by the owner on Dec 17, 2025. It is now read-only.
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
36 commits
Select commit Hold shift + click to select a range
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 0 additions & 8 deletions .github/dependabot.yml

This file was deleted.

76 changes: 0 additions & 76 deletions .github/workflows/CI_C_API.yml.bak

This file was deleted.

76 changes: 0 additions & 76 deletions .github/workflows/CI_C_API_Julia.yml.bak

This file was deleted.

2 changes: 1 addition & 1 deletion .github/workflows/CI_C_API_Python.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
- name: Install dependencies (macOS)
if: runner.os == 'macOS'
run: brew install eigen openblas
- uses: actions/checkout@v4
- uses: actions/checkout@v5
- name: Install uv and set the python version
uses: astral-sh/setup-uv@v6
with:
Expand Down
2 changes: 0 additions & 2 deletions .github/workflows/CI_PublishTestPyPI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,6 @@ name: CI Python Build & Publish to TestPyPI (Trusted)
on:
push:
tags: ["v*"]
pull_request:
branches: [main]
workflow_dispatch:

jobs:
Expand Down
Loading
Loading