summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJosh Marshall <catchjosh@gmail.com>2021-03-30 14:07:49 +0900
committerJosh Marshall <catchjosh@gmail.com>2021-03-30 14:07:49 +0900
commitc3e842852fdb7c7ac25d929bcc633e5ae802f497 (patch)
tree7d4c1327f0e98bd9ac5a1d167e751ee7fffce681
parent10c792fc091ba1c9c893bdcad670bc04bebe4ef8 (diff)
downloadjsonrpclib-c3e842852fdb7c7ac25d929bcc633e5ae802f497.tar.gz
Running manual dev dependency step in Circle.
-rw-r--r--.circleci/config.yml4
1 files changed, 3 insertions, 1 deletions
diff --git a/.circleci/config.yml b/.circleci/config.yml
index 8c43f85..6fd22af 100644
--- a/.circleci/config.yml
+++ b/.circleci/config.yml
@@ -9,7 +9,9 @@ jobs:
steps:
- checkout
- python/load-cache
- - python/install-deps
+ - run:
+ name: Install dev dependencies
+ command: pip3 install -r dev-requirements.txt
- run:
name: Install CI dependencies
command: pip3 install tox twine