Skip to content

Commit

Permalink
fix syntax in yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
ajithvcoder committed Nov 25, 2024
1 parent bda5be5 commit 608a303
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/ec2-pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -224,10 +224,9 @@ jobs:
# Deployment on Huggingface
- name: Install Gradio
run: |
cd gradio_demo/
cd gradio_demo/

python -m pip install -r requirements.txt
python -m pip install -r requirements.txt
- name: Log in to Hugging Face
run: python -c 'import huggingface_hub; huggingface_hub.login(token="${{ secrets.hf_token }}")'
Expand Down

0 comments on commit 608a303

Please sign in to comment.