We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 79ebb75 commit f6daf95Copy full SHA for f6daf95
1 file changed
.github/workflows/main.yaml
@@ -36,7 +36,7 @@ jobs:
36
- name: pip-install
37
shell: bash -l {0}
38
run: |
39
- pip install -e . --no-deps
+ pip install . --no-deps
40
41
- name: Run Tests
42
@@ -72,7 +72,7 @@ jobs:
72
73
74
75
76
77
78
@@ -108,7 +108,7 @@ jobs:
108
109
110
111
112
113
114
@@ -187,7 +187,7 @@ jobs:
187
188
189
190
191
192
193
0 commit comments