Skip to content
Snippets Groups Projects
Commit fcf4921dc4d5 authored by Vincent Hatakeyama's avatar Vincent Hatakeyama
Browse files

:rocket: stop using cache on tox workdir

With the newer runner, the tests tend to fail
parent 89884dec9d44
No related branches found
No related tags found
1 merge request!233🚀 stop using cache on tox workdir
......@@ -71,7 +71,7 @@
stage: test
image: quay.orus.io/xcg/multi-python
script:
- tox --workdir=.cache/tox --parallel all -e
- tox --parallel all -e
36,py37,py38,py39,py310,py311,py312,coverage-report,coverage-xml
artifacts:
when: always
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment