Skip to content

Commit

Permalink
tests: replace docker-compose with docker compose
Browse files Browse the repository at this point in the history
  • Loading branch information
max-moser committed Aug 5, 2024
1 parent 27314c3 commit 5d329a0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ jobs:
pip install ".[$EXTRAS]"
pip freeze
docker --version
docker-compose --version
docker compose version
- name: Run tests
run: ./run-tests.sh

0 comments on commit 5d329a0

Please sign in to comment.