Skip to content

Commit 97a2ff1

Browse files
committed
Remove work directory in django-ci.yml file for loading ci.env variables step.
1 parent 6720836 commit 97a2ff1

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

.github/workflows/django-ci.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,6 @@ jobs:
3939
pip install -r requirements.txt
4040
4141
- name: Load CI environment variables
42-
working-directory: src
4342
run: |
4443
set -o allexport
4544
source .env.ci

0 commit comments

Comments
 (0)