Skip to content

Commit

Permalink
fix min version
Browse files Browse the repository at this point in the history
  • Loading branch information
MarcoGorelli committed Dec 8, 2024
1 parent c789525 commit 5b09915
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ jobs:
run: rustup show
- uses: mozilla-actions/[email protected]
- run: make venv
- run: .venv/bin/python -m pip install polars==1.3.0 # min version
- run: .venv/bin/python -m pip install polars==1.5.0 # min version
- run: make install
- run: make test

Expand Down

0 comments on commit 5b09915

Please sign in to comment.