Skip to content

Commit

Permalink
Load .env for python_test in backend.yml.
Browse files Browse the repository at this point in the history
  • Loading branch information
Matthew-Grayson committed Mar 17, 2024
1 parent 73ebc4f commit d306c1a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/backend.yml
Original file line number Diff line number Diff line change
Expand Up @@ -111,6 +111,8 @@ jobs:
uses: actions/setup-python@v5.0.0
with:
python-version: '3.10'
- name: Copy .env file
run: cp dev.env.example .env
- uses: actions/cache@v3
with:
path: ~/.cache/pip
Expand Down

0 comments on commit d306c1a

Please sign in to comment.