remove cache

This commit is contained in:
2023-05-17 08:36:14 +02:00
parent 17ef9a5247
commit b19a072819

View File

@@ -6,6 +6,6 @@ steps:
- name: test
image: python:3.11-buster
commands:
- pip install .
- pip install pytest
- pip install --no-cache-dir .
- pip install --no-cache-dir pytest
- pytest -v -log_cli=True --log-cli-level=INFO tests