Skip to content

Commit 943052c

Browse files
committed
attempts to fix CI: set --prefix
1 parent bf4816f commit 943052c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/python-frog.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,7 @@ jobs:
149149
- name: build and install python frog
150150
env:
151151
CXX: ${{ matrix.compiler }}
152-
run: sudo pip3 install .
152+
run: sudo pip3 install --prefix /usr/local/ .
153153
- name: check
154154
env:
155155
CXX: ${{ matrix.compiler }}

0 commit comments

Comments
 (0)