Skip to content

Commit 9be0206

Browse files
committed
github actions test
1 parent cf9ec46 commit 9be0206

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/tests.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,11 @@ jobs:
1616
python-version: ["3.10","3.13"]
1717

1818
steps:
19+
- name: Workaround for cffi ImportError
20+
run: |
21+
export LD_PRELOAD=$(python -c "import sysconfig; print(sysconfig.get_config_var('LIBDIR'))")/libpython3.13.so
22+
pytest -v
23+
1924
- uses: actions/checkout@v2
2025

2126
- uses: actions/[email protected]

0 commit comments

Comments
 (0)