mirror of
https://github.com/zama-ai/concrete.git
synced 2026-02-09 12:15:09 -05:00
feat: end to end compilation and execution
This commit is contained in:
@@ -60,6 +60,9 @@ jobs:
|
||||
- name: PyTest
|
||||
id: pytest
|
||||
if: ${{ steps.conformance.outcome == 'success' && !cancelled() }}
|
||||
env:
|
||||
# TODO: remove this when concrete is statically linked with compiler
|
||||
LD_PRELOAD: /concrete/target/release/libconcrete_ffi.so
|
||||
run: |
|
||||
make pytest
|
||||
- name: Notebooks
|
||||
|
||||
Reference in New Issue
Block a user