We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e4d37ec commit 1996f12Copy full SHA for 1996f12
.circleci/config.yml
@@ -29,6 +29,7 @@ jobs:
29
- run:
30
name: install dependencies
31
command: |
32
+ pip install -r requirements.txt
33
pip install -r dev-requirements.txt
34
pip install -e .
35
0 commit comments