Skip to content

Commit c82d12f

Browse files
committed
Install tests/requirements before run
1 parent d1f32a7 commit c82d12f

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.circleci/config.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,10 @@ jobs:
4141
name: Install package.json
4242
command: npm i
4343

44+
- run:
45+
name: Install tests/requirements.txt
46+
command: python -m pip install -r tests/requirements.txt
47+
4448
- run:
4549
name: Run build
4650
command: npm run build:all-test

0 commit comments

Comments
 (0)