Skip to content

Commit 7163bb5

Browse files
committed
workflows: Fix limited API test on ubuntu not using limited API
1 parent a4540da commit 7163bb5

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/ubuntu_test.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,8 @@ jobs:
4444
run: |
4545
python3 setup.py build
4646
- name: Install extension
47+
env:
48+
PYTHON_SDBUS_USE_LIMITED_API: "1"
4749
run: |
4850
sudo python3 setup.py install --old-and-unmanageable
4951
- name: Run unit tests

0 commit comments

Comments
 (0)