There was an error while loading. Please reload this page.
1 parent 550f631 commit fd28920Copy full SHA for fd28920
.github/workflows/tests.yml
@@ -15,7 +15,7 @@ jobs:
15
- uses: actions/checkout@v2
16
- name: setup
17
run: |
18
- apt install python3-venv
+ sudo apt install python3-venv
19
sh ./setup_dev.sh
20
- name: test
21
run: sh ./run_tests.sh
0 commit comments