chore(deps): finish pip→uv swap in Makefile and CI (#41197)

This commit is contained in:
Mehmet Salih Yavuz
2026-06-20 06:56:25 +03:00
committed by GitHub
parent 2d5df6625b
commit 0d92d0dbb7
4 changed files with 16 additions and 9 deletions

View File

@@ -149,7 +149,7 @@ jobs:
run: celery-worker
- name: Python unit tests (PostgreSQL)
run: |
pip install -e .[hive]
uv pip install --system -e .[hive]
./scripts/python_tests.sh -m 'chart_data_flow or sql_json_flow'
- name: Upload code coverage
uses: codecov/codecov-action@fb8b3582c8e4def4969c97caa2f19720cb33a72f # v7.0.0