Skip to content

Commit bfb7089

Browse files
committed
Merge remote-tracking branch 'origin/develop' into swebench-sandbox-snapshots
2 parents 45993ab + 5f91de7 commit bfb7089

File tree

244 files changed

+10011
-5770
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

244 files changed

+10011
-5770
lines changed

.github/workflows/mypy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525

2626
- name: Get changed files
2727
id: changed-files
28-
uses: tj-actions/changed-files@v45.0.8
28+
uses: tj-actions/changed-files@v46.0.1
2929

3030
- name: Filter Python files
3131
id: filter-python

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ jobs:
7272
7373
# TODO: add cbuildwheel cache
7474
- name: Build wheel
75-
uses: pypa/[email protected].0
75+
uses: pypa/[email protected].1
7676
env:
7777
CIBW_BUILD: "*cp3${{ matrix.python }}*"
7878

CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ uv sync --dev
3939
> [!TIP]
4040
>
4141
> - If sync fails with `missing field 'version'`, you may need to delete lockfile and rerun `rm uv.lock && uv sync --dev`.
42-
> - If sync fails with failed compilation, you may need to install clang and rerun `uv sync --dev`.
42+
> - If sync fails with failed compilation, you may need to install dependencies (see [install-deps.sh](scripts/install-deps.sh)) and rerun `uv sync --dev`.
4343
4444
### Running Tests
4545

0 commit comments

Comments
 (0)