remove cache
This commit is contained in:
@@ -6,6 +6,6 @@ steps:
|
|||||||
- name: test
|
- name: test
|
||||||
image: python:3.11-buster
|
image: python:3.11-buster
|
||||||
commands:
|
commands:
|
||||||
- pip install .
|
- pip install --no-cache-dir .
|
||||||
- pip install pytest
|
- pip install --no-cache-dir pytest
|
||||||
- pytest -v -log_cli=True --log-cli-level=INFO tests
|
- pytest -v -log_cli=True --log-cli-level=INFO tests
|
||||||
Reference in New Issue
Block a user