Skip to content

Commit d7eaacf

Browse files
committed
CI setup pixi rebuild fastcan
1 parent 2e9735b commit d7eaacf

File tree

4 files changed

+19
-0
lines changed

4 files changed

+19
-0
lines changed

.github/workflows/asv.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,10 @@ jobs:
3232
environments: dev
3333
cache: false
3434

35+
- name: Rebuild fastcan
36+
run: |
37+
pixi run rebuild
38+
3539
- name: Run benchmarks
3640
shell: bash
3741
run: |
@@ -94,6 +98,10 @@ jobs:
9498
environments: dev
9599
cache: false
96100

101+
- name: Rebuild fastcan
102+
run: |
103+
pixi run rebuild
104+
97105
- name: Generate HTML report
98106
run: pixi run asv-publish
99107

.github/workflows/static.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,10 @@ jobs:
1414
environments: static
1515
cache: false
1616

17+
- name: Rebuild fastcan
18+
run: |
19+
pixi run rebuild
20+
1721
- name: Linter
1822
run: |
1923
pixi run lint

.github/workflows/test.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,10 @@ jobs:
2323
nogil
2424
cache: false
2525

26+
- name: Rebuild fastcan
27+
run: |
28+
pixi run rebuild
29+
2630
- name: Test with pytest
2731
run: |
2832
pixi run -e dev test

.github/workflows/wheel.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,9 @@ jobs:
1212
with:
1313
environments: dev
1414
cache: false
15+
- name: Rebuild fastcan
16+
run: |
17+
pixi run rebuild
1518
- name: Build SDist
1619
run: |
1720
pixi run build-sdist

0 commit comments

Comments
 (0)