mirror of
https://github.com/zama-ai/concrete.git
synced 2026-02-09 03:55:04 -05:00
chore(tools): add mypy as dev tool but don't check in CI for now
- we'll see if the benefits of static typing are worth it or not
This commit is contained in:
@@ -43,8 +43,10 @@ jobs:
|
||||
- name: Conformance
|
||||
id: conformance
|
||||
if: ${{ success() && !cancelled() }}
|
||||
# keep going register errors in the intermediate target but executes them all
|
||||
# Nicer to have pcc complete for the dev and have all the relevan conformance issues
|
||||
run: |
|
||||
make pcc
|
||||
make --keep-going pcc
|
||||
- name: PyTest
|
||||
id: pytest
|
||||
if: ${{ steps.conformance.outcome == 'success' && !cancelled() }}
|
||||
|
||||
Reference in New Issue
Block a user