Skip to content

Commit fbd8345

Browse files
committed
Fix ci
1 parent 78fc109 commit fbd8345

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,4 +40,4 @@ jobs:
4040
run: docker compose run --rm -e RUFF_CACHE_DIR=/tmp/ruff-cache dev ruff format --check .
4141

4242
- name: Run tests
43-
run: docker compose run --rm -e PYTHONDONTWRITEBYTECODE=1 -e PYTEST_ADDOPTS=--cache-dir=/tmp/pytest-cache dev pytest -q
43+
run: docker compose run --rm -e PYTHONDONTWRITEBYTECODE=1 dev pytest -q -o cache_dir=/tmp/pytest-cache

0 commit comments

Comments
 (0)