Skip to content

Commit

Permalink
Update environment setup in test_build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
shanto268 committed Feb 2, 2024
1 parent 56a9998 commit 10274e4
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/test_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,10 @@ jobs:
- name: Set up environment file
run: |
echo "HUGGINGFACE_API_KEY=${{ secrets.HUGGINGFACE_API_KEY }}" > .env
shell: bash
set -a
source .env
set +a
shell: bash

- name: Run Tests
shell: bash -l {0}
Expand Down

0 comments on commit 10274e4

Please sign in to comment.