Skip to content

Commit fd28920

Browse files
authored
ci action test #5
1 parent 550f631 commit fd28920

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
- uses: actions/checkout@v2
1616
- name: setup
1717
run: |
18-
apt install python3-venv
18+
sudo apt install python3-venv
1919
sh ./setup_dev.sh
2020
- name: test
2121
run: sh ./run_tests.sh

0 commit comments

Comments
 (0)