We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2126500 commit ea16bfeCopy full SHA for ea16bfe
1 file changed
.github/workflows/ci.yml
@@ -33,10 +33,10 @@ jobs:
33
uses: prefix-dev/setup-pixi@v0.9.3
34
with:
35
pixi-version: v0.63.1
36
- cache: false # Disable caching to avoid issues with large pytorch packages
+ cache: true
37
38
- name: Build
39
- run: pixi run build --executor sequential
+ run: pixi run build --executor sequential --packages-select bitbots_msgs
40
41
- name: Test
42
run: pixi run test --parallel-workers 1
0 commit comments