Skip to content

Commit

Permalink
Fix file path for Copy .env file step in backend.yml's python_test.
Browse files Browse the repository at this point in the history
  • Loading branch information
Matthew-Grayson committed Mar 17, 2024
1 parent d306c1a commit dac4ba7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/backend.yml
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ jobs:
with:
python-version: '3.10'
- name: Copy .env file
run: cp dev.env.example .env
run: cp ../dev.env.example .env
- uses: actions/cache@v3
with:
path: ~/.cache/pip
Expand Down

0 comments on commit dac4ba7

Please sign in to comment.