فهرست منبع

fix venv size after uv (#5059)

Khaleel Al-Adhami 1 ماه پیش
والد
کامیت
b783a3ee42
2فایلهای تغییر یافته به همراه3 افزوده شده و 3 حذف شده
  1. 1 1
      .github/actions/setup_build_env/action.yml
  2. 2 2
      .github/workflows/benchmarks.yml

+ 1 - 1
.github/actions/setup_build_env/action.yml

@@ -18,7 +18,7 @@ inputs:
   uv-version:
     description: "Uv version to install"
     required: false
-    default: "0.6.5"
+    default: "0.6.9"
   run-uv-sync:
     description: "Whether to run uv sync on current dir"
     required: false

+ 2 - 2
.github/workflows/benchmarks.yml

@@ -116,12 +116,12 @@ jobs:
       - name: Install UV
         uses: astral-sh/setup-uv@v5
         with:
-          version: 0.6.5
+          version: 0.6.9
 
       - name: Run uv sync
         shell: bash
         run: |
-          uv pip install --no-install-project --no-dev
+          uv sync --no-install-project --no-dev
 
       - name: calculate and upload size
         run: