mirror of https://github.com/ARMmbed/mbed-os.git
Only use Python 3.7 for Python tests
parent
86ca68b7ed
commit
b223ee368d
|
@ -142,7 +142,7 @@ jobs:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
python-version: [ '3.5', '3.6', '3.7' ]
|
python-version: [ '3.7' ]
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
-
|
-
|
||||||
|
|
Loading…
Reference in New Issue