Skip to content

Commit

Permalink
Merge branch 'future' of github.com:petercorke/robotics-toolbox-pytho…
Browse files Browse the repository at this point in the history
…n into future
  • Loading branch information
jhavl committed Jul 29, 2024
2 parents 57fb1e0 + a6f8682 commit dd8081f
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/test_future.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,13 @@ jobs:
unittest:

runs-on: ${{ matrix.os }}

continue-on-error: true

strategy:
matrix:
os: [windows-latest, ubuntu-latest, macos-12]
python-version: [3.8, 3.9, '3.10', '3.11', '3.12']
python-version: [3.9, '3.10', '3.11', '3.12']

steps:
- name: Set up Python ${{ matrix.python-version }}
Expand Down

0 comments on commit dd8081f

Please sign in to comment.