Skip to content

Commit

Permalink
Fix pixi CI and bump yarp-ros and yarp-devices-ros to 3.10.0
Browse files Browse the repository at this point in the history
  • Loading branch information
traversaro authored Nov 27, 2024
1 parent a9d592c commit 4002667
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
4 changes: 4 additions & 0 deletions .github/workflows/pixi-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 [email protected]
# 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
6 changes: 5 additions & 1 deletion releases/latest.releases.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 4002667

Please sign in to comment.