Remove cpp analysis.

This commit is contained in:
Zied Aouini 2020-11-15 04:40:41 +01:00 committed by GitHub
parent b733d61f1c
commit c5e22a28cb
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -17,7 +17,7 @@ jobs:
strategy:
fail-fast: false
matrix:
language: ['python' , 'cpp']
language: ['python']
steps:
- name: Checkout repository