We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 739c457 commit 6ca0778Copy full SHA for 6ca0778
1 file changed
.github/workflows/integration.yml
@@ -31,6 +31,7 @@ jobs:
31
- name: Install
32
run: |
33
python -m pip install --no-cache-dir -r requirements-dev.txt
34
+ pip install --no-cache-dir -e .
35
- name: Run integration tests
36
37
pytest --doctest-modules
0 commit comments