From a18fec73447bdafd6279559189e47c60865b4f6c Mon Sep 17 00:00:00 2001 From: sdiazlor Date: Thu, 29 Aug 2024 13:48:49 +0200 Subject: [PATCH] revert change --- .github/workflows/integration-tests.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.github/workflows/integration-tests.yml b/.github/workflows/integration-tests.yml index bb18c83..c90808c 100644 --- a/.github/workflows/integration-tests.yml +++ b/.github/workflows/integration-tests.yml @@ -35,6 +35,12 @@ jobs: path: ~/.cache/pip key: ${{ runner.os }}-python-${{ env.pythonLocation }}-${{ hashFiles('pyproject.toml') }} + - name: Install `docker-compose` for local simulations + uses: KengoTODA/actions-setup-docker-compose@v1 + if: ${{ env.ACT }} + with: + version: '2.14.2' + - name: 🐳 Download Docker file run: curl https://raw.githubusercontent.com/argilla-io/argilla/main/examples/deployments/docker/docker-compose.yaml -o docker-compose.yaml