Skip to content

Commit 3b49d08

Browse files
Dependencies in CI should not be editable
1 parent 4a85ec2 commit 3b49d08

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/codecov.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
- name: Install dependencies
2929
run: |
3030
pip install -U pip
31-
pip install -e .
31+
pip install .
3232
pip install -r requirements/adapter.txt
3333
pip install -r requirements/testing.txt
3434
pip install -r requirements/adapter_testing.txt

0 commit comments

Comments
 (0)