We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a71f0ff commit 936e2d9Copy full SHA for 936e2d9
.github/workflows/main.yml
@@ -19,7 +19,7 @@ jobs:
19
20
- name: Compile and package
21
run: |
22
- python3 ./setup.py install
+ sudo python3 ./setup.py install
23
24
- name: Test code
25
0 commit comments