File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ version : 2
2+ updates :
3+ - package-ecosystem : github-actions
4+ directory : /
5+ target-branch : devel
6+ schedule :
7+ interval : monthly
Original file line number Diff line number Diff line change 1515 name : " Test ${{ matrix.pm }} on ${{ matrix.os }}"
1616 runs-on : " ${{ matrix.os }}-latest"
1717 strategy :
18+ fail-fast : false
1819 matrix :
1920 pm : ["pip", "conda", "nix"]
2021 os : ["ubuntu", "macos", "windows"]
4344
4445 # conda
4546 - if : matrix.pm == 'conda'
46- uses : conda-incubator/setup-miniconda@v2
47+ uses : conda-incubator/setup-miniconda@v3
4748 - if : matrix.pm == 'conda'
4849 run : conda install -n test -c conda-forge pinocchio
4950 - if : matrix.pm == 'conda'
5859 run : nix-channel --update
5960 - if : matrix.pm == 'nix'
6061 run : >
61- nix shell 'nixpkgs#python310Packages .pinocchio' -c
62- nix develop 'nixpkgs#python310Packages .pinocchio' -c
62+ nix shell 'nixpkgs#python311Packages .pinocchio' -c
63+ nix develop 'nixpkgs#python311Packages .pinocchio' -c
6364 env | grep .=. >> $GITHUB_ENV
6465
6566 # robotpkg
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ set(PROJECT_URL "http://github.com/stack-of-tasks/${PROJECT_NAME}")
88project (${PROJECT_NAME } )
99
1010# pinocchio dependency
11- find_package (pinocchio 2.7.0 REQUIRED )
11+ find_package (pinocchio REQUIRED )
1212
1313# Create the main executable
1414add_executable (main main.cpp )
You can’t perform that action at this time.
0 commit comments