From 077daa4dea9ac6e94579744af5d0ca0a5b36e414 Mon Sep 17 00:00:00 2001 From: Francisco Rivera Date: Sat, 29 Jun 2024 07:27:04 -0300 Subject: [PATCH] the issue was the docker-py lib --- .github/workflows/le-toolbox-integration-test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/le-toolbox-integration-test.yml b/.github/workflows/le-toolbox-integration-test.yml index 4ec7bef..daa59df 100644 --- a/.github/workflows/le-toolbox-integration-test.yml +++ b/.github/workflows/le-toolbox-integration-test.yml @@ -40,7 +40,7 @@ jobs: run: | printf "[INFO] Installing CLI\n" python --version - pip install leverage==1.12.2rc10 + pip install leverage==1.12.2rc11 - name: Set up credentials run: |