Skip to content

Commit

Permalink
Remove large packages from github action
Browse files Browse the repository at this point in the history
  • Loading branch information
haixuanTao committed Sep 28, 2024
1 parent ee45beb commit 0cbb678
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 @@ -94,7 +94,7 @@ jobs:
android: true
dotnet: true
haskell: true
large-packages: false
large-packages: true
docker-images: true
swap-storage: true
- name: Free disk Space (Windows)
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 0cbb678

Please sign in to comment.