Skip to content

Commit fcc273e

Browse files
committed
Fix tests
1 parent f820397 commit fcc273e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ jobs:
1818
pipenv install --dev
1919
- name: Run tests
2020
run: |
21+
export PYTHONPATH=.
2122
pipenv run generate
2223
pipenv run test
2324
- name: Build package

0 commit comments

Comments
 (0)