We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e943327 commit 7cad8b5Copy full SHA for 7cad8b5
.circleci/config.yml
@@ -23,7 +23,7 @@ jobs:
23
command: |
24
python3 -m venv venv
25
source venv/bin/activate
26
- pip install -U pip setuptools
+ pip install -U pip setuptools python-dateutil==2.6.1 msgpack-python requests==2.24.0
27
pip install .[dev]
28
- run:
29
name: 'run tests'
0 commit comments