We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 78fc109 commit fbd8345Copy full SHA for fbd8345
1 file changed
.github/workflows/ci.yml
@@ -40,4 +40,4 @@ jobs:
40
run: docker compose run --rm -e RUFF_CACHE_DIR=/tmp/ruff-cache dev ruff format --check .
41
42
- name: Run tests
43
- run: docker compose run --rm -e PYTHONDONTWRITEBYTECODE=1 -e PYTEST_ADDOPTS=--cache-dir=/tmp/pytest-cache dev pytest -q
+ run: docker compose run --rm -e PYTHONDONTWRITEBYTECODE=1 dev pytest -q -o cache_dir=/tmp/pytest-cache
0 commit comments