File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change 9
9
unittest :
10
10
11
11
runs-on : ${{ matrix.os }}
12
-
12
+
13
13
continue-on-error : true
14
-
14
+
15
15
strategy :
16
16
matrix :
17
17
os : [windows-latest, ubuntu-latest, macos-12]
@@ -32,21 +32,21 @@ jobs:
32
32
- name : Checkout Swift
33
33
uses : actions/checkout@v4
34
34
with :
35
- ref : future
35
+ ref : master
36
36
repository : jhavl/swift
37
37
path : swift
38
38
39
39
- name : Checkout Spatialmath
40
40
uses : actions/checkout@v4
41
41
with :
42
- ref : future
42
+ ref : master
43
43
repository : petercorke/spatialmath-python
44
44
path : sm
45
45
46
46
- name : Checkout Spatialgeometry
47
47
uses : actions/checkout@v4
48
48
with :
49
- ref : future
49
+ ref : main
50
50
repository : jhavl/spatialgeometry
51
51
path : sg
52
52
70
70
- name : Specific numpy version for Ubuntu (pybullet dep)
71
71
if : runner.os == 'Linux'
72
72
run : pip install numpy==1.26.4
73
-
73
+
74
74
- name : Test with pytest
75
75
run : |
76
76
cd robotics-toolbox-python
You can’t perform that action at this time.
0 commit comments