Skip to content

Commit 012cc0a

Browse files
committed
chore: remove python bindings
1 parent 94e8d96 commit 012cc0a

18 files changed

Lines changed: 4 additions & 1371 deletions

File tree

.github/RELEASE_GUIDE.md

Lines changed: 0 additions & 343 deletions
This file was deleted.

.github/workflows/ci.yml

Lines changed: 0 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -41,30 +41,15 @@ jobs:
4141
with:
4242
components: rustfmt, clippy
4343
- uses: swatinem/rust-cache@v2
44-
- uses: actions/setup-python@v4
45-
with:
46-
python-version: '3.12'
47-
48-
- name: Install Python development headers
49-
run: |
50-
sudo apt-get update
51-
sudo apt-get install -y python3-dev
52-
53-
- name: Set PYO3_PYTHON
54-
run: echo "PYO3_PYTHON=$(python3 -c 'import sys; print(sys.executable)')" >> $GITHUB_ENV
5544

5645
- name: Check Rust formatting
5746
run: cargo fmt --all -- --check
5847

5948
- name: Run Clippy
6049
run: cargo clippy --all-targets --workspace -- -D warnings
61-
env:
62-
PYO3_PYTHON: ${{ env.PYO3_PYTHON }}
6350

6451
- name: Check documentation
6552
run: cargo doc --no-deps --workspace
66-
env:
67-
PYO3_PYTHON: ${{ env.PYO3_PYTHON }}
6853

6954
llmcc-test:
7055
name: LLMCC Test Suite

0 commit comments

Comments
 (0)