Skip to content

Commit 8a23c08

Browse files
committed
[Minor] update perfbench bot envs
1 parent f276a26 commit 8a23c08

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

.github/workflows/pr-perfbench-bot.yml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -20,12 +20,8 @@ env:
2020
COLUMNS: "100"
2121
FORCE_COLOR: "1"
2222
CLICOLOR_FORCE: "1"
23-
UV_INDEX_STRATEGY: "unsafe-best-match"
24-
UV_HTTP_TIMEOUT: "600"
2523
XDG_CACHE_HOME: "${{ github.workspace }}/.cache" # to be updated
2624
PIP_CACHE_DIR: "${{ github.workspace }}/.cache/pip" # to be updated
27-
UV_CACHE_DIR: "${{ github.workspace }}/.cache/uv" # to be updated
28-
PRE_COMMIT_HOME: "${{ github.workspace }}/.cache/pip/.pre-commit" # to be updated
2925

3026
jobs:
3127
perfbench:
@@ -52,7 +48,6 @@ jobs:
5248
cache-dependency-path: |
5349
pyproject.toml
5450
requirements*.txt
55-
.pre-commit-config.yaml
5651
5752
- name: Install merged version
5853
run: |

0 commit comments

Comments
 (0)