From 8054470b94a4e5ee81a6987b6fec720861d1dd43 Mon Sep 17 00:00:00 2001 From: rahulkumar Date: Mon, 21 Oct 2024 18:10:39 -0700 Subject: [PATCH] Test in CI. Install dependencies using pyproject.toml --- .github/workflows/integration_test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/integration_test.yml b/.github/workflows/integration_test.yml index 350b1d28..c1adadb7 100644 --- a/.github/workflows/integration_test.yml +++ b/.github/workflows/integration_test.yml @@ -37,7 +37,7 @@ jobs: - name: Install Poetry run: curl -sSL https://install.python-poetry.org | python - - run: curl -sSL https://install.python-poetry.org | python - + - name: Install dependencies run: |