From bd354de057818d94ed97babcc691c883aefda1df Mon Sep 17 00:00:00 2001 From: vighnesh_wednesday Date: Wed, 20 Dec 2023 12:35:08 +0530 Subject: [PATCH] changed to use vighnesh-glue4 img --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index a48e036..e6a1058 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -9,7 +9,7 @@ on: jobs: run-ci: runs-on: ubuntu-latest - container: dipanshuwed/glue4.0:latest + container: vighneshwed/glue4:latest steps: - name: Checkout repository @@ -19,7 +19,7 @@ jobs: run: | python3 -m pip install --upgrade pip pip3 install -r requirements.txt - yum install -y jq + # yum install -y jq - name: Type check run: mypy ./ --ignore-missing-imports