From 4b66347bc0d4f3c561a5aacf33aabfedcd858c96 Mon Sep 17 00:00:00 2001 From: Geoffrey Bolmier Date: Mon, 24 Jun 2024 13:08:10 -0400 Subject: [PATCH] Remove rust updates --- .github/actions/install-env/action.yml | 4 ---- .github/workflows/unit-tests.yml | 3 --- 2 files changed, 7 deletions(-) diff --git a/.github/actions/install-env/action.yml b/.github/actions/install-env/action.yml index 5bf508c3aa..719b9793db 100644 --- a/.github/actions/install-env/action.yml +++ b/.github/actions/install-env/action.yml @@ -16,10 +16,6 @@ runs: - name: Check out repository uses: actions/checkout@v3 - - name: Update Rust - shell: bash - run: rustup update - - name: Set up Python id: set-up-python uses: actions/setup-python@v4 diff --git a/.github/workflows/unit-tests.yml b/.github/workflows/unit-tests.yml index 2af8aaa7a9..2b35e9d5ce 100644 --- a/.github/workflows/unit-tests.yml +++ b/.github/workflows/unit-tests.yml @@ -37,9 +37,6 @@ jobs: path: ~/scikit_learn_data key: ${{ runner.os }} - - name: Update Rust - run: rustup update - - name: Download datasets run: | poetry run python -c "from river import datasets; datasets.CreditCard().download(); datasets.Elec2().download(); datasets.SMSSpam().download()"