mirror of
https://github.com/rasbt/LLMs-from-scratch.git
synced 2026-04-10 12:33:42 +00:00
Test dependencies with Python 3.13 (#843)
* Custom python 3.13 entry in pyproject.toml * amend * update * update * update * Update pyproject.toml * Update pyproject.toml * Update pyproject.toml * update
This commit is contained in:
committed by
GitHub
parent
47867bc1cb
commit
458f2d9b67
@@ -38,8 +38,7 @@ jobs:
|
||||
curl -LsSf https://astral.sh/uv/install.sh | sh
|
||||
uv sync --dev --python=3.10 # tests for backwards compatibility
|
||||
uv pip install -r ch05/07_gpt_to_llama/tests/test-requirements-extra.txt
|
||||
uv add torch==${{ matrix.pytorch-version }}
|
||||
uv add pytest-ruff nbval
|
||||
uv pip install torch==${{ matrix.pytorch-version }} pytest-ruff nbval
|
||||
|
||||
- name: Test Selected Python Scripts
|
||||
run: |
|
||||
|
||||
Reference in New Issue
Block a user