Merge branch 'main' into uv-improvements

This commit is contained in:
Sebastian Raschka
2025-02-19 19:20:43 -06:00
committed by GitHub
13 changed files with 44 additions and 46 deletions

View File

@@ -33,13 +33,14 @@ jobs:
- name: Set up Python (uv)
uses: actions/setup-python@v5
with:
python-version: "3.10"
python-version: "3.11"
- name: Install uv and dependencies
shell: bash
run: |
curl -LsSf https://astral.sh/uv/install.sh | sh
uv sync --dev --python 3.11
uv python install 3.11
uv pip install -r ch05/07_gpt_to_llama/tests/test-requirements-extra.txt
uv add pytest-ruff nbval