From 4002667477dce1cef28ee88476896b7395e1cf9d Mon Sep 17 00:00:00 2001 From: Silvio Traversaro Date: Wed, 27 Nov 2024 18:04:09 +0100 Subject: [PATCH] Fix pixi CI and bump yarp-ros and yarp-devices-ros to 3.10.0 --- .github/workflows/pixi-ci.yml | 4 ++++ releases/latest.releases.yaml | 6 +++++- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/.github/workflows/pixi-ci.yml b/.github/workflows/pixi-ci.yml index be896b5f9..9b75df98b 100644 --- a/.github/workflows/pixi-ci.yml +++ b/.github/workflows/pixi-ci.yml @@ -48,4 +48,8 @@ jobs: # Eventually we could consider removing that check in YCM git config --global user.name PixiGHA User git config --global user.email pixighauser@example.com + # On Windows the setup.bat generated by the pixi run configure + # needs to be called before calling pixi run build-all, so + # we explicitly call pixi run configure-all + pixi run configure-all pixi run build-all diff --git a/releases/latest.releases.yaml b/releases/latest.releases.yaml index 155e9c66b..992822733 100644 --- a/releases/latest.releases.yaml +++ b/releases/latest.releases.yaml @@ -266,7 +266,11 @@ repositories: yarp-devices-ros: type: git url: https://github.com/robotology/yarp-devices-ros.git - version: v3.9.1 + version: v3.10.0 + yarp-ros: + type: git + url: https://github.com/robotology/yarp-ros.git + version: v3.10.0 yarp-device-keyboard-joypad: type: git url: https://github.com/ami-iit/yarp-device-keyboard-joypad.git