Skip to content

Commit 18e1a26

Browse files
authored
ci: requirements fix
1 parent 0202df2 commit 18e1a26

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/docker-image.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,8 @@ jobs:
1313

1414
steps:
1515
- uses: actions/checkout@v3
16+
- name: Install requirements
17+
run: pip3 install -r requirements.txt
1618
- name: Test the code
1719
run: pytest
1820

0 commit comments

Comments
 (0)