Skip to content

Commit

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

Expand Down

0 comments on commit a18fec7

Please sign in to comment.