Skip to content

Commit 0a4d31f

Browse files
committed
ci: Use docker compose v2
The docker-compose is no longer available in checkout@v2. Use the v2 `docker compose` instead.
1 parent dec48e3 commit 0a4d31f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ export LC_ALL := en_US.UTF-8
33
PYTHON ?= python3
44

55
test:
6-
docker-compose run --rm tests make xvfb-cover-pytest
6+
docker compose run --rm tests make xvfb-cover-pytest
77

88
pytest:
99
$(PYTHON) -m pytest -vv $(PYTEST_FLAGS) tests/

0 commit comments

Comments
 (0)