Skip to content

Commit d5ef4c7

Browse files
committed
fix minimum test
1 parent 3e7c47c commit d5ef4c7

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/test-python.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -157,7 +157,9 @@ jobs:
157157
cache-dependency-path: '**/pyproject.toml'
158158
- name: Install Deps
159159
run: |
160-
python -m pip install uv
160+
python -m pip install uv rust-just
161+
- name: Install libbson
162+
run: just build-libbson
161163
- name: Run tests
162164
shell: bash
163165
run: |

0 commit comments

Comments
 (0)