Skip to content

Commit

Permalink
Merge pull request #35 from felixdivo/add-jazzy
Browse files Browse the repository at this point in the history
Add CI testing for Jazzy
  • Loading branch information
felixdivo committed May 12, 2024
2 parents 597e617 + dede624 commit 25c1c26
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/python-package.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,7 @@ jobs:
fail-fast: false # Tests may behave very different across these systems
matrix:
# We test on all supported LTS versions and the latest rolling release
# TODO: Add `ros:jazzy-ros-core`
container: ["ros:humble-ros-core", "ros:rolling-ros-core"]
container: ["ros:humble-ros-core", "ros:jazzy-ros-core", "ros:rolling-ros-core"]
container: ${{ matrix.container }}

defaults:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/python-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
prerelease: false

deploy-to-pypi:
needs: add-github-release # This is important to keep thins in sync
needs: add-github-release # This is important to keep things in sync
name: Deploy as PyPI Package
runs-on: ubuntu-latest
steps:
Expand Down

0 comments on commit 25c1c26

Please sign in to comment.