Skip to content

Commit f6daf95

Browse files
committed
other paces
1 parent 79ebb75 commit f6daf95

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/main.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
- name: pip-install
3737
shell: bash -l {0}
3838
run: |
39-
pip install -e . --no-deps
39+
pip install . --no-deps
4040
4141
- name: Run Tests
4242
shell: bash -l {0}
@@ -72,7 +72,7 @@ jobs:
7272
- name: pip-install
7373
shell: bash -l {0}
7474
run: |
75-
pip install -e . --no-deps
75+
pip install . --no-deps
7676
7777
- name: Run Tests
7878
shell: bash -l {0}
@@ -108,7 +108,7 @@ jobs:
108108
- name: pip-install
109109
shell: bash -l {0}
110110
run: |
111-
pip install -e . --no-deps
111+
pip install . --no-deps
112112
113113
- name: Run Tests
114114
shell: bash -l {0}
@@ -187,7 +187,7 @@ jobs:
187187
- name: pip-install
188188
shell: bash -l {0}
189189
run: |
190-
pip install -e . --no-deps
190+
pip install . --no-deps
191191
192192
- name: Run Tests
193193
shell: bash -l {0}

0 commit comments

Comments
 (0)