Skip to content

Commit 8a30e33

Browse files
committed
add pip install flask step
1 parent b045199 commit 8a30e33

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/release-udp-exporter.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,10 @@ jobs:
4545
run: |
4646
pip install ./exporters/aws-otel-otlp-udp-exporter/dist/*.whl
4747
48+
- name: Install Flask
49+
run: |
50+
pip install flask
51+
4852
- name: Run Sample App in Background
4953
working-directory: sample-applications/integ-test-app
5054
run: |

0 commit comments

Comments
 (0)