Skip to content

Commit 6ca0778

Browse files
committed
updated workflows\integration.yml with correct env build
1 parent 739c457 commit 6ca0778

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/integration.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@ jobs:
3131
- name: Install
3232
run: |
3333
python -m pip install --no-cache-dir -r requirements-dev.txt
34+
pip install --no-cache-dir -e .
3435
- name: Run integration tests
3536
run: |
3637
pytest --doctest-modules

0 commit comments

Comments
 (0)