From bacd965ec09ffd30afd822fc1d699ec7b22fcad9 Mon Sep 17 00:00:00 2001 From: Jonas Eschle Date: Fri, 11 Oct 2024 23:12:21 -0400 Subject: [PATCH] ci: fix uv1 --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 797ec6f..44b740f 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -44,7 +44,7 @@ jobs: with: environment-name: test-env create-args: >- # install ROOT only on non-windows - python=${{ matrix.python-version }} pip uv ${{ matrix.os != 'windows-latest' && 'root=6.30' || '' }} + python=${{ matrix.python-version }} pip uv ${{ matrix.os != 'windows-latest' && matrix.python-version != '3.12' && 'root=6.30' || '' }} - name: Install Python dependencies run: | which python