Skip to content

Commit a4f1572

Browse files
Prerak SinghPrerak Singh
authored andcommitted
bug fix
1 parent 2b26b75 commit a4f1572

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ jobs:
108108
env:
109109
CXXFLAGS: "-std=c++17"
110110
run: |
111-
python -m pip install . -v --no-build-isolation
111+
python -m pip install . -v
112112
113113
- name: Run tests
114114
run: |
@@ -154,7 +154,7 @@ jobs:
154154
MACOSX_DEPLOYMENT_TARGET: 11.0
155155
CXXFLAGS: "-std=c++17"
156156
run: |
157-
python -m pip install . -v --no-build-isolation
157+
python -m pip install . -v
158158
159159
- name: Run tests
160160
run: |

0 commit comments

Comments
 (0)