Skip to content

Commit 3fc72cd

Browse files
committed
reorder requirements
1 parent ee2a831 commit 3fc72cd

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/release.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,9 +24,9 @@ jobs:
2424
mkdir /opt/mbed_env
2525
python -m venv /opt/mbed_env/
2626
source /opt/mbed_env/bin/activate
27-
python3 -m pip install mbed-cli setuptools six
27+
python3 -m pip install -r extras/requirements.txt
28+
python3 -m pip install mbed-cli setuptools
2829
python3 -m pip install --upgrade six
29-
#python3 -m pip install -r extras/requirements.txt
3030
mbed config -G GCC_ARM_PATH /opt/gcc-arm-none-eabi-9-2019-q4-major/bin/
3131
3232
- name: Set core version

0 commit comments

Comments
 (0)