|
|
|
@@ -132,8 +132,13 @@ jobs: |
|
|
|
|
|
|
|
# python examples |
|
|
|
- uses: actions/setup-python@v2 |
|
|
|
if: runner.os != 'Windows' |
|
|
|
with: |
|
|
|
python-version: "3.8" |
|
|
|
- uses: actions/setup-python@v2 |
|
|
|
if: runner.os == 'Windows' |
|
|
|
with: |
|
|
|
python-version: "3.10" |
|
|
|
- name: "Python Dataflow example" |
|
|
|
run: cargo run --example python-dataflow |
|
|
|
- name: "Python Operator Dataflow example" |
|
|
|
@@ -167,8 +172,13 @@ jobs: |
|
|
|
source /opt/ros/humble/setup.bash && ros2 run turtlesim turtlesim_node & |
|
|
|
cargo run --example rust-ros2-dataflow --features="ros2-examples" |
|
|
|
- uses: actions/setup-python@v2 |
|
|
|
if: runner.os != 'Windows' |
|
|
|
with: |
|
|
|
python-version: "3.8" |
|
|
|
- uses: actions/setup-python@v2 |
|
|
|
if: runner.os == 'Windows' |
|
|
|
with: |
|
|
|
python-version: "3.10" |
|
|
|
- name: "python-ros2-dataflow" |
|
|
|
timeout-minutes: 30 |
|
|
|
env: |
|
|
|
|