Skip to content

Commit 05f9834

Browse files
Update main.yml
1 parent 2e07c7e commit 05f9834

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,8 @@ jobs:
2121

2222
- name: Compile and package
2323
run: |
24-
sudo python3 ./setup.py install
24+
python3 ./setup.py install --prefix /tmp/out
2525
2626
- name: Test code
2727
run: |
28-
sudo ./build.sh
28+
python3 ./setup.py test --prefix /tmp/out

0 commit comments

Comments
 (0)