ci: add UV_SYSTEM_PYTHON environment variable to CI workflow

This commit is contained in:
remsky 2025-01-13 20:19:41 -07:00
parent 064313450e
commit 595a717847

View file

@ -9,6 +9,8 @@ on:
jobs:
test:
runs-on: ubuntu-latest
env:
UV_SYSTEM_PYTHON: 1
strategy:
matrix:
python-version: ["3.10"]