Skip to content

Commit

Permalink
Pin Ubuntu Version
Browse files Browse the repository at this point in the history
  • Loading branch information
haixuanTao committed Sep 28, 2024
1 parent ee45beb commit 35831f0
Showing 1 changed file with 2 additions and 9 deletions.
11 changes: 2 additions & 9 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ jobs:
name: "Examples"
strategy:
matrix:
platform: [ubuntu-latest, macos-latest, windows-latest]
platform: [ubuntu-22.04, macos-latest, windows-latest]
fail-fast: false
runs-on: ${{ matrix.platform }}
timeout-minutes: 60
Expand Down Expand Up @@ -144,15 +144,8 @@ jobs:
python-version: "3.10"
- name: "Python Dataflow example"
run: cargo run --example python-dataflow
- uses: conda-incubator/setup-miniconda@v3
with:
auto-activate-base: true
activate-environment: ""
- name: "Python Operator Dataflow example"
shell: bash -l {0}
run: |
conda deactivate
cargo run --example python-operator-dataflow
run: cargo run --example python-operator-dataflow

# ROS2 bridge examples
ros2-bridge-examples:
Expand Down

0 comments on commit 35831f0

Please sign in to comment.