Skip to content

Commit

Permalink
use lowest-direct on core only
Browse files Browse the repository at this point in the history
  • Loading branch information
matthewfeickert committed May 7, 2024
1 parent 80888fe commit 0307026
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/lower-bound-requirements.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,8 @@ jobs:
- name: Install dependencies and force lowest bound
run: |
python -m pip install uv
uv pip install --system --upgrade --resolution lowest-direct ".[test]"
uv pip install --system --upgrade ".[test]"
uv pip install --system --upgrade --resolution lowest-direct .
- name: List installed Python packages
run: uv pip list --system
Expand Down

0 comments on commit 0307026

Please sign in to comment.