Skip to content

Commit 17d800a

Browse files
Update continuous-integration.yml
1 parent d2029c6 commit 17d800a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/continuous-integration.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -188,7 +188,8 @@ jobs:
188188
python-version: '3.11'
189189

190190
- name: Install python requirements
191-
run: pip install -r requirements.txt
191+
run: |
192+
pip install -r requirements.txt
192193
193194
- name: create Directories
194195
run: |

0 commit comments

Comments
 (0)