Skip to content

Commit 7900c7c

Browse files
committed
Fix tests
1 parent fcc273e commit 7900c7c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
pipenv install --dev
1919
- name: Run tests
2020
run: |
21-
export PYTHONPATH=.
21+
cp .env.default .env
2222
pipenv run generate
2323
pipenv run test
2424
- name: Build package

0 commit comments

Comments
 (0)