Skip to content

Commit

Permalink
Add CFFI
Browse files Browse the repository at this point in the history
  • Loading branch information
bashtage committed Oct 1, 2024
1 parent 25e89db commit 43fc6fa
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion ci/azure/azure_template_posix.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion ci/azure/install-posix.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 43fc6fa

Please sign in to comment.