Skip to content

Commit 05d88a1

Browse files
committed
Update setuptools in CI to fix dependency installation
1 parent 45c4057 commit 05d88a1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.circleci/config.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99

1010
- run: python --version
1111
- run: pip --version
12-
- run: pip install pytest
12+
- run: pip install -U pytest setuptools
1313
- run: git config --global user.email "[email protected]"
1414
- run: git config --global user.name "mbed Test"
1515
- run: echo -e "[ui]\nusername = mbed Test <[email protected]>\n" > ~/.hgrc
@@ -129,7 +129,7 @@ jobs:
129129

130130
- run: python --version
131131
- run: pip --version
132-
- run: pip install pytest
132+
- run: pip install -U pytest setuptools
133133
- run: git config --global user.email "[email protected]"
134134
- run: git config --global user.name "mbed Test"
135135
- run: echo -e "[ui]\nusername = mbed Test <[email protected]>\n" > ~/.hgrc

0 commit comments

Comments
 (0)