Skip to content

Commit 83203d2

Browse files
authored
Update ci.yaml
1 parent 958d585 commit 83203d2

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/ci.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,9 @@ jobs:
2424
run: |
2525
docker compose --profile pulsar up -d --build
2626
27+
- name: install flask
28+
run: pip install flask
29+
2730
- name: run upload_server.py
2831
run: |
2932
python tests/upload_server.py

0 commit comments

Comments
 (0)