Bust CI cache
1 files changed, 1 insertions(+), 1 deletions(-) M .cirrus.yml
M .cirrus.yml => .cirrus.yml +1 -1
@@ 4,6 4,6 @@ container: build_and_test_pippi_task: pip_cache: folder: ~/.cache/pip fingerprint_script: echo $PYTHON_VERSION fingerprint_script: echo "$PYTHON_VERSION"_a 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