Skip to content

Commit 1996f12

Browse files
committed
adding reqs to circle
1 parent e4d37ec commit 1996f12

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.circleci/config.yml

+1
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ jobs:
2929
- run:
3030
name: install dependencies
3131
command: |
32+
pip install -r requirements.txt
3233
pip install -r dev-requirements.txt
3334
pip install -e .
3435

0 commit comments

Comments
 (0)