Skip to content

Commit dcc5d92

Browse files
committed
Add flask
1 parent 2f92dfe commit dcc5d92

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test_for_python_test_example.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
- name: Install Library
1616
run: |
1717
python3 -m pip install --upgrade pip
18-
pip install requests
18+
pip install requests flask
1919
- name: Run unittest
2020
run: |
2121
cd python_test_example

0 commit comments

Comments
 (0)