Skip to content

Commit

Permalink
added assets & changes
Browse files Browse the repository at this point in the history
  • Loading branch information
vighnesh-wednesday committed Nov 7, 2024
1 parent 96f7027 commit f56ae2e
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,7 @@ jobs:
- name: Download & Install awsglue whl
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 }}
pip3 install ./assets/aws_glue_libs-4.0.0-py3-none-any.whl
- name: Type check
run: mypy ./ --ignore-missing-imports
Expand Down
Binary file added assets/aws_glue_libs-4.0.0-py3-none-any.whl
Binary file not shown.

0 comments on commit f56ae2e

Please sign in to comment.