From 0cbb67836eb66a6668ad15ccf56314d7dc24d5e4 Mon Sep 17 00:00:00 2001 From: haixuanTao Date: Sat, 28 Sep 2024 10:10:04 +0200 Subject: [PATCH] Remove large packages from github action --- .github/workflows/ci.yml | 11 ++--------- 1 file changed, 2 insertions(+), 9 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 0be3897b..1ebca306 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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) @@ -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: