Skip to content

Commit

Permalink
Explicitly install docker-compose
Browse files Browse the repository at this point in the history
  • Loading branch information
palfrey committed Apr 2, 2024
1 parent c0ec664 commit 6a5f920
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/integration_tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,9 @@ jobs:
uses: actions/setup-python@v5
with:
python-version: '3.12'
- uses: KengoTODA/actions-setup-docker-compose@v1
with:
version: 2.26.1
- name: Install dependencies
run: ./uv pip install --system -r requirements.test
- name: Integration tests
Expand Down

0 comments on commit 6a5f920

Please sign in to comment.