diff --git a/.github/workflows/integration-tests.yml b/.github/workflows/integration-tests.yml index 8b4015e..c42eaca 100644 --- a/.github/workflows/integration-tests.yml +++ b/.github/workflows/integration-tests.yml @@ -20,8 +20,7 @@ jobs: shell: bash -l {0} steps: - name: Curl - run: - curl http://argilla:6900/api/docs + run: curl http://argilla:6900/api/docs # - name: Checkout Code 🛎 # uses: actions/checkout@v3 # - name: Setup Conda Env 🐍