From 43fc6fa2d5736d53161db4b3841dc5c0000f3cc7 Mon Sep 17 00:00:00 2001 From: Kevin Sheppard Date: Tue, 1 Oct 2024 10:57:20 +0100 Subject: [PATCH] Add CFFI --- ci/azure/azure_template_posix.yml | 2 +- ci/azure/install-posix.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/ci/azure/azure_template_posix.yml b/ci/azure/azure_template_posix.yml index 0c70cc898..453dc12a5 100644 --- a/ci/azure/azure_template_posix.yml +++ b/ci/azure/azure_template_posix.yml @@ -37,7 +37,7 @@ jobs: python312_prerelease: python.version: '3.12' pip.pre: true - python_312_coverage: + python_312_no_coverage: python.version: '3.12' PYPI: true coverage: false diff --git a/ci/azure/install-posix.sh b/ci/azure/install-posix.sh index fb2ae3e6b..9edceb252 100644 --- a/ci/azure/install-posix.sh +++ b/ci/azure/install-posix.sh @@ -9,7 +9,7 @@ if [[ ${USE_CONDA} == "true" ]]; then which python CMD="conda install numpy" else - CMD="python -m pip install numpy" + CMD="python -m pip install cffi numpy" fi # Not all available in conda