File tree 3 files changed +12
-4
lines changed
3 files changed +12
-4
lines changed 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 15
15
name : " Test ${{ matrix.pm }} on ${{ matrix.os }}"
16
16
runs-on : " ${{ matrix.os }}-latest"
17
17
strategy :
18
+ fail-fast : false
18
19
matrix :
19
20
pm : ["pip", "conda", "nix"]
20
21
os : ["ubuntu", "macos", "windows"]
43
44
44
45
# conda
45
46
- if : matrix.pm == 'conda'
46
- uses : conda-incubator/setup-miniconda@v2
47
+ uses : conda-incubator/setup-miniconda@v3
47
48
- if : matrix.pm == 'conda'
48
49
run : conda install -n test -c conda-forge pinocchio
49
50
- if : matrix.pm == 'conda'
58
59
run : nix-channel --update
59
60
- if : matrix.pm == 'nix'
60
61
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
63
64
env | grep .=. >> $GITHUB_ENV
64
65
65
66
# 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}")
8
8
project (${PROJECT_NAME} )
9
9
10
10
# pinocchio dependency
11
- find_package (pinocchio 2.7.0 REQUIRED)
11
+ find_package (pinocchio REQUIRED)
12
12
13
13
# Create the main executable
14
14
add_executable (main main.cpp)
You can’t perform that action at this time.
0 commit comments