Skip to content

Commit

Permalink
remove docker compose local
Browse files Browse the repository at this point in the history
  • Loading branch information
sdiazlor committed Aug 29, 2024
1 parent b712fcc commit 49233da
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions .github/workflows/integration-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,12 +35,6 @@ 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

Expand Down

0 comments on commit 49233da

Please sign in to comment.