Skip to content

Commit

Permalink
CI: Removing Window python example as they don't use the exact same p…
Browse files Browse the repository at this point in the history
…ip api
  • Loading branch information
haixuanTao committed Oct 16, 2023
1 parent 9c9cb18 commit 6898348
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -125,11 +125,14 @@ jobs:

# python examples
- uses: actions/setup-python@v2
if: runner.os == 'Linux' || runner.os == 'macOS'
with:
python-version: "3.10"
- name: "Python Dataflow example"
if: runner.os == 'Linux' || runner.os == 'macOS'
run: cargo run --example python-dataflow
- name: "Python Operator Dataflow example"
if: runner.os == 'Linux' || runner.os == 'macOS'
run: cargo run --example python-operator-dataflow

# ROS2 bridge examples
Expand Down

0 comments on commit 6898348

Please sign in to comment.