~hecanjog/pippi

ad6cc6316a4facf8610f327f91883e8a925911d9 — Erik Schoster 20 days ago f043c76
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