From 7cc6e0aa821a4d155d95a4d04bd1c6699a576c5b Mon Sep 17 00:00:00 2001 From: vighnesh-wednesday Date: Mon, 21 Oct 2024 18:05:08 +0530 Subject: [PATCH] changed declaration --- .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 0ff2945..d9b1b13 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -10,8 +10,6 @@ on: jobs: run-ci: runs-on: ubuntu-latest - env: - WHL_GDRIVE_ID: ${{ secrets.WHL_GDRIVE_ID }} steps: - name: Checkout repository @@ -26,6 +24,8 @@ jobs: run: | curl -L -o aws_glue_libs-4.0.0-py3-none-any.whl "https://drive.google.com/uc?export=download&id=$WHL_GDRIVE_ID" pip3 install ./aws_glue_libs-4.0.0-py3-none-any.whl + env: + WHL_GDRIVE_ID: ${{ secrets.WHL_GDRIVE_ID }} - name: Type check run: mypy ./ --ignore-missing-imports