Skip to content

Commit 7aea980

Browse files
committed
fix minimum test
1 parent d5ef4c7 commit 7aea980

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/test-python.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -145,6 +145,8 @@ jobs:
145145
run: just docs-linkcheck
146146
test_minimum:
147147
runs-on: ubuntu-latest
148+
permissions:
149+
contents: read
148150
steps:
149151
- uses: actions/checkout@v5
150152
with:
@@ -158,6 +160,10 @@ jobs:
158160
- name: Install Deps
159161
run: |
160162
python -m pip install uv rust-just
163+
- name: Set up env
164+
run: |
165+
echo "LIBBSON_INSTALL_DIR=$PWD/libbson" >> $GITHUB_ENV
166+
echo "LD_LIBRARY_PATH=$PWD/libbson/lib" >> $GITHUB_ENV
161167
- name: Install libbson
162168
run: just build-libbson
163169
- name: Run tests

0 commit comments

Comments
 (0)