Skip to content

Commit

Permalink
uv no longer requires editable installs (#1187)
Browse files Browse the repository at this point in the history
  • Loading branch information
carmocca authored Apr 3, 2024
1 parent de1890a commit 72c42fc
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/cpu-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,9 +46,7 @@ jobs:

- name: Install minimal dependencies
run: |
# uv pip install . is not yet supported, only `-e .`
# https://github.com/astral-sh/uv/issues/1896
uv pip install --system -e .
uv pip install --system .
uv pip list
# make sure all modules are still importable with only the minimal dependencies available
modules=$(
Expand All @@ -61,7 +59,7 @@ jobs:
- name: Install all dependencies
run: |
uv pip install --system -e '.[all,test]' 'lm_eval @ git+https://github.com/EleutherAI/lm-evaluation-harness.git@115206dc89dad67b8b'
uv pip install --system '.[all,test]' 'lm_eval @ git+https://github.com/EleutherAI/lm-evaluation-harness.git@115206dc89dad67b8b'
uv pip list
- name: Run tests
Expand Down

0 comments on commit 72c42fc

Please sign in to comment.