Update ci

This commit is contained in:
2022-12-13 18:09:26 +01:00
parent 0740d1f515
commit 8f4bdd262a
2 changed files with 2 additions and 2 deletions

View File

@@ -32,7 +32,7 @@ jobs:
strategy:
fail-fast: false
matrix:
language: ["cpp", "python"]
language: ["python"]
# CodeQL supports [ 'cpp', 'csharp', 'go', 'java', 'javascript', 'python', 'ruby' ]
# Learn more about CodeQL language support at https://aka.ms/codeql-docs/language-support

View File

@@ -24,7 +24,7 @@ jobs:
- name: Install dependencies
run: |
pip install -q --upgrade pip
pip install -q scikit-learn
pip install -q scikit-learn cython
pip install -q --upgrade codecov coverage black flake8 codacy-coverage
- name: Build and install
run: |