Skip to content

Commit 1c7de3d

Browse files
committed
ci: install setuptools
1 parent cafdb53 commit 1c7de3d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.circleci/config.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ test: &test
55
- run:
66
name: install dependencies
77
command: |
8+
pip install -U pip setuptools wheel
89
pip install -r dev-requirements.txt
910
- run:
1011
name: test

0 commit comments

Comments
 (0)