From c4efcafaa8018ca47a7fdc0536693ac9d738f0ec Mon Sep 17 00:00:00 2001 From: Sermet Pekin Date: Wed, 22 Oct 2025 20:46:39 +0300 Subject: [PATCH] wf uv sync --extra cpu --- .github/workflows/base.yml | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/.github/workflows/base.yml b/.github/workflows/base.yml index 8150f7c..9c2f770 100644 --- a/.github/workflows/base.yml +++ b/.github/workflows/base.yml @@ -3,8 +3,7 @@ name: Test on: push: branches: - - master - - gh-wf-v3 + - '**' pull_request: branches: - master @@ -15,7 +14,7 @@ jobs: strategy: matrix: os: [ubuntu-latest, macos-latest, windows-latest] - python-version: ['3.10', '3.11', '3.12', '3.13'] + python-version: ['3.10'] fail-fast: false steps: @@ -32,7 +31,7 @@ jobs: - name: Install dependencies with uv run: | - uv sync + uv sync --extra cpu uv pip install transformers>=4.0.0 - name: Add nanochat to PYTHONPATH (Unix)