Skip to content

Commit

Permalink
changed declaration
Browse files Browse the repository at this point in the history
  • Loading branch information
vighnesh-wednesday committed Oct 21, 2024
1 parent 631c636 commit 7cc6e0a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,6 @@ on:
jobs:
run-ci:
runs-on: ubuntu-latest
env:
WHL_GDRIVE_ID: ${{ secrets.WHL_GDRIVE_ID }}

steps:
- name: Checkout repository
Expand All @@ -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
Expand Down

0 comments on commit 7cc6e0a

Please sign in to comment.