mirror of
https://github.com/zama-ai/concrete.git
synced 2026-02-10 04:35:03 -05:00
chore: disable codeblock and notebook tests for the time being
These tests take huge amount of time in the CI, we should find a way to utilize key cache in them. Until then, they should be disabled.
This commit is contained in:
18
.github/workflows/continuous-integration.yaml
vendored
18
.github/workflows/continuous-integration.yaml
vendored
@@ -331,15 +331,15 @@ jobs:
|
||||
run: |
|
||||
make pytest
|
||||
|
||||
- name: PyTest CodeBlocks
|
||||
if: ${{ steps.conformance.outcome == 'success' && !cancelled() }}
|
||||
run: |
|
||||
make pytest_codeblocks
|
||||
|
||||
- name: PyTest Notebooks
|
||||
if: ${{ fromJSON(env.IS_WEEKLY) && steps.conformance.outcome == 'success' && !cancelled() }}
|
||||
run: |
|
||||
make pytest_nb
|
||||
# - name: PyTest CodeBlocks
|
||||
# if: ${{ steps.conformance.outcome == 'success' && !cancelled() }}
|
||||
# run: |
|
||||
# make pytest_codeblocks
|
||||
#
|
||||
# - name: PyTest Notebooks
|
||||
# if: ${{ fromJSON(env.IS_WEEKLY) && steps.conformance.outcome == 'success' && !cancelled() }}
|
||||
# run: |
|
||||
# make pytest_nb
|
||||
|
||||
# Compute coverage only on reference build
|
||||
- name: Test coverage
|
||||
|
||||
Reference in New Issue
Block a user