Skip to content

Commit ea16bfe

Browse files
committed
Only build msgs
1 parent 2126500 commit ea16bfe

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,10 +33,10 @@ jobs:
3333
uses: prefix-dev/setup-pixi@v0.9.3
3434
with:
3535
pixi-version: v0.63.1
36-
cache: false # Disable caching to avoid issues with large pytorch packages
36+
cache: true
3737

3838
- name: Build
39-
run: pixi run build --executor sequential
39+
run: pixi run build --executor sequential --packages-select bitbots_msgs
4040

4141
- name: Test
4242
run: pixi run test --parallel-workers 1

0 commit comments

Comments
 (0)