We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f6c99b7 commit ed6ab3fCopy full SHA for ed6ab3f
.github/workflows/test.yaml
@@ -28,4 +28,7 @@ jobs:
28
pip install -e .[dev]
29
30
- name: Run tests
31
- run: pytest -vv
+
32
+ run: |
33
+ cp .env.example .env
34
+ pytest -vv
0 commit comments