Skip to content

Commit

Permalink
regular pip install to debug 😎
Browse files Browse the repository at this point in the history
  • Loading branch information
MarcoGorelli committed Aug 11, 2024
1 parent f4b42b1 commit 91a19f8
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test-python.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ jobs:
- name: Install Python dependencies
run: |
pip install uv
uv pip install --compile-bytecode -r requirements-dev.txt -r requirements-ci.txt --verbose
pip install -r requirements-dev.txt -r requirements-ci.txt
- name: Set up Rust
run: rustup show
Expand Down
3 changes: 0 additions & 3 deletions py-polars/requirements-dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,3 @@ flask-cors
# Stub files
pandas-stubs
boto3-stubs

# Typing
typing-extensions>=4.10.0

0 comments on commit 91a19f8

Please sign in to comment.