Skip to content

Commit ed6ab3f

Browse files
committed
copy .env.example to .env
1 parent f6c99b7 commit ed6ab3f

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/test.yaml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,4 +28,7 @@ jobs:
2828
pip install -e .[dev]
2929
3030
- name: Run tests
31-
run: pytest -vv
31+
32+
run: |
33+
cp .env.example .env
34+
pytest -vv

0 commit comments

Comments
 (0)