Skip to content

Commit 9cf9b50

Browse files
committed
Remove manual install of requirements.txt from circleci test, which is now handled by mbed CLI
1 parent 237298e commit 9cf9b50

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

circle.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@ test:
77
- mbed config -G protocol ssh
88
- cd .tests && mbed new new-test
99
- cd .tests/new-test && mbed ls
10-
- cd .tests/new-test/mbed-os && pip install -r requirements.txt
1110
- cd .tests/new-test && mbed compile --source=. --source=mbed-os/TESTS/integration/basic -j 0
1211
- cd .tests/new-test && mbed test --compile -n tests-integration-threaded_blinky -j 0
1312
- cd .tests && mbed import https://developer.mbed.org/teams/Morpheus/code/mbed-Client-Morpheus-hg hg-test

0 commit comments

Comments
 (0)