Skip to content

Commit

Permalink
Remove pola-rs workaround
Browse files Browse the repository at this point in the history
  • Loading branch information
sourcefrog committed Dec 21, 2024
1 parent b5c01d5 commit fa226e5
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions .github/workflows/rust.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -54,11 +54,6 @@ jobs:
- run: cargo fmt --all -- --check
if: matrix.os == 'ubuntu-latest'

# TODO: remove
- name: Workaround for https://github.com/pola-rs/polars/issues/19063
run: |
cargo update [email protected] --precise 2.5.0
- name: run cargo clippy
if: matrix.os == 'ubuntu-latest'
env:
Expand Down

0 comments on commit fa226e5

Please sign in to comment.