mirror of
https://github.com/rasbt/LLMs-from-scratch.git
synced 2026-04-10 12:33:42 +00:00
improve setup
This commit is contained in:
3
.github/workflows/basic-tests-macos-uv.yml
vendored
3
.github/workflows/basic-tests-macos-uv.yml
vendored
@@ -39,8 +39,7 @@ jobs:
|
||||
shell: bash
|
||||
run: |
|
||||
curl -LsSf https://astral.sh/uv/install.sh | sh
|
||||
uv python install 3.10
|
||||
uv add . --dev
|
||||
uv sync --dev --python 3.11
|
||||
uv pip install -r ch05/07_gpt_to_llama/tests/test-requirements-extra.txt
|
||||
uv add pytest-ruff nbval
|
||||
|
||||
|
||||
Reference in New Issue
Block a user