We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f276a26 commit 8a23c08Copy full SHA for 8a23c08
.github/workflows/pr-perfbench-bot.yml
@@ -20,12 +20,8 @@ env:
20
COLUMNS: "100"
21
FORCE_COLOR: "1"
22
CLICOLOR_FORCE: "1"
23
- UV_INDEX_STRATEGY: "unsafe-best-match"
24
- UV_HTTP_TIMEOUT: "600"
25
XDG_CACHE_HOME: "${{ github.workspace }}/.cache" # to be updated
26
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
29
30
jobs:
31
perfbench:
@@ -52,7 +48,6 @@ jobs:
52
48
cache-dependency-path: |
53
49
pyproject.toml
54
50
requirements*.txt
55
- .pre-commit-config.yaml
56
51
57
- name: Install merged version
58
run: |
0 commit comments