Skip to content

Commit

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

steps:
- name: Checkout repository
Expand All @@ -23,7 +24,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=1PsgZZi_GQWh98t3XQtUY2CLJP1-avkWq"
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
- name: Type check
Expand Down

0 comments on commit 631c636

Please sign in to comment.