mirror of
https://github.com/zama-ai/concrete.git
synced 2026-04-17 03:00:54 -04:00
doc(examples): create quantized linear and logistic regression examples
This commit is contained in:
@@ -60,6 +60,12 @@ jobs:
|
||||
if: ${{ steps.conformance.outcome == 'success' && !cancelled() }}
|
||||
run: |
|
||||
make pytest
|
||||
- name: Notebooks
|
||||
if: ${{ steps.conformance.outcome == 'success' && !cancelled() }}
|
||||
run: |
|
||||
make strip_nb
|
||||
make notebook_timeout
|
||||
poetry run pytest --nbmake examples/*.ipynb
|
||||
- name: Test coverage
|
||||
id: coverage
|
||||
if: ${{ steps.pytest.outcome != 'skipped' && !cancelled() }}
|
||||
|
||||
Reference in New Issue
Block a user