We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
docker compose
1 parent 642555f commit 79487d2Copy full SHA for 79487d2
.github/workflows/test.yml
@@ -22,7 +22,7 @@ jobs:
22
cache: pip
23
cache-dependency-path: pyproject.toml
24
- name: Start external services
25
- run: docker-compose up -d
+ run: docker compose up -d
26
- name: Install dependencies
27
run: pip install -e .[test]
28
- name: Test with pytest
0 commit comments