Skip to content

Commit

Permalink
fix: install dotenv for frontend
Browse files Browse the repository at this point in the history
  • Loading branch information
ollibowers committed Jul 12, 2024
1 parent 742b663 commit c939ee0
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,10 @@ jobs:
with:
name: fe-test-results
path: frontend/junit/fe-test-results.xml
- name: Install dotenv for env setup
run: |
python -m pip install --upgrade pip
pip install dotenv
- name: Set up env
run: >
python3
Expand Down

0 comments on commit c939ee0

Please sign in to comment.