Skip to content

Commit

Permalink
Remove rust updates
Browse files Browse the repository at this point in the history
  • Loading branch information
gbolmier committed Jun 24, 2024
1 parent d364831 commit 4b66347
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 7 deletions.
4 changes: 0 additions & 4 deletions .github/actions/install-env/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
3 changes: 0 additions & 3 deletions .github/workflows/unit-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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()"
Expand Down

0 comments on commit 4b66347

Please sign in to comment.