Skip to content

Commit 7bd70c2

Browse files
authored
feat: use pixi-build to build the Rust - Python bindings (#1925)
1 parent ba1374f commit 7bd70c2

File tree

5 files changed

+375
-275
lines changed

5 files changed

+375
-275
lines changed

.github/workflows/python-bindings.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -38,16 +38,16 @@ jobs:
3838
- name: Check formatting
3939
working-directory: py-rattler-build
4040
run: |
41-
pixi run -e test fmt-check
41+
pixi run fmt-check
4242
- name: Check Cargo.lock
4343
working-directory: py-rattler-build
4444
run: |
45-
pixi run -e test check-cargo-lock
45+
pixi run check-cargo-lock
4646
- name: Lint
4747
working-directory: py-rattler-build
4848
run: |
49-
pixi run -e test lint
49+
pixi run lint
5050
- name: Run tests
5151
working-directory: py-rattler-build
5252
run: |
53-
pixi run -e test test --color=yes
53+
pixi run test --color=yes

0 commit comments

Comments
 (0)