Skip to content

Commit cf3f2d7

Browse files
authored
GHA: Regular package installation instead of -e (#106)
To detect any missing files or import issues
1 parent 8ba3ab5 commit cf3f2d7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci_tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
run: |
4141
python -m pip install --upgrade pip
4242
pip install -r .ci_pip_reqs.txt
43-
pip install -e .[reports,combine]
43+
pip install .[reports,combine]
4444
4545
- name: Run flake8
4646
run: |

0 commit comments

Comments
 (0)