Skip to content

Commit 9d0ca79

Browse files
committed
✏️ Fix broken step because missing necessary tool.
1 parent 34006bb commit 9d0ca79

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

.github/workflows/rw_poetry_run_test.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -97,6 +97,7 @@ jobs:
9797
- name: Install Python dependencies
9898
run: |
9999
pip --version
100+
pip install -U flask
100101
pip install -U gunicorn
101102
pip install -U poetry
102103

.github/workflows/rw_run_test.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -93,6 +93,8 @@ jobs:
9393
- name: Install Python dependencies
9494
run: |
9595
pip --version
96+
pip install -U flask
97+
pip install -U gunicorn
9698
pip install -U -r ./requirements/requirements.txt
9799
pip install -U -r ./requirements/requirements-test.txt
98100

0 commit comments

Comments
 (0)