From d5cf5d5195778e83bd191fc9b83a7aba32aba588 Mon Sep 17 00:00:00 2001 From: Erik Schoster Date: Wed, 15 Nov 2023 07:34:41 -0600 Subject: [PATCH] Update CI script to ensure pip is latest version --- .cirrus.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.cirrus.yml b/.cirrus.yml index 61b0f0e..9a79242 100644 --- a/.cirrus.yml +++ b/.cirrus.yml @@ -5,5 +5,5 @@ build_and_test_pippi_task: pip_cache: folder: ~/.cache/pip fingerprint_script: echo $PYTHON_VERSION - populate_script: python3 -m pip install --upgrade setuptools wheel Cython==3.0.0a11 numpy + populate_script: python3 -m ensurepip --upgrade && python3 -m pip install --upgrade pip setuptools wheel Cython==3.0.0a11 numpy build_and_test_pippi_script: make cirrus-install && python3 setup.py sdist bdist_wheel && make test -- 2.45.2