Skip to content

Commit

Permalink
ci: fix uv1
Browse files Browse the repository at this point in the history
  • Loading branch information
jonas-eschle committed Oct 12, 2024
1 parent eb5a3fb commit bacd965
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit bacd965

Please sign in to comment.