We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2f92dfe commit dcc5d92Copy full SHA for dcc5d92
.github/workflows/test_for_python_test_example.yml
@@ -15,7 +15,7 @@ jobs:
15
- name: Install Library
16
run: |
17
python3 -m pip install --upgrade pip
18
- pip install requests
+ pip install requests flask
19
- name: Run unittest
20
21
cd python_test_example
0 commit comments