Skip to content

Commit 550f631

Browse files
authored
ci action test #4
1 parent fc5dab8 commit 550f631

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/tests.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,8 @@ jobs:
1414
steps:
1515
- uses: actions/checkout@v2
1616
- name: setup
17-
run: sh ./setup_dev.sh
17+
run: |
18+
apt install python3-venv
19+
sh ./setup_dev.sh
1820
- name: test
1921
run: sh ./run_tests.sh

0 commit comments

Comments
 (0)