Skip to content

Commit

Permalink
ci: fix docker compose call
Browse files Browse the repository at this point in the history
  • Loading branch information
slint committed Sep 25, 2024
1 parent e7fcdf3 commit 3cf2983
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 @@ -75,7 +75,7 @@ jobs:
pip install ".[$EXTRAS]"
pip freeze
docker --version
docker-compose --version
docker compose --version
- name: Run tests
run: |
Expand Down

0 comments on commit 3cf2983

Please sign in to comment.