Skip to content

Commit 2dc267d

Browse files
committed
Merge branch 'future' of github.com:petercorke/robotics-toolbox-python into future
2 parents 7554e6b + 54a7727 commit 2dc267d

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/future_testing.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
strategy:
1212
matrix:
1313
os: [windows-latest, ubuntu-latest, macos-latest]
14-
python-version: [3.7, 3.8, 3.9]
14+
python-version: [3.9]
1515

1616
steps:
1717
- name: Set up Python ${{ matrix.python-version }}
@@ -28,18 +28,21 @@ jobs:
2828
- name: Checkout Swift
2929
uses: actions/checkout@v2
3030
with:
31+
ref: future
3132
repository: jhavl/swift
3233
path: swift
3334

3435
- name: Checkout Spatialmath
3536
uses: actions/checkout@v2
3637
with:
38+
ref: future
3739
repository: petercorke/spatialmath-python
3840
path: sm
3941

4042
- name: Checkout Spatialgeometry
4143
uses: actions/checkout@v2
4244
with:
45+
ref: future
4346
repository: jhavl/spatialgeometry
4447
path: sg
4548

0 commit comments

Comments
 (0)