We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ee2a831 commit 3fc72cdCopy full SHA for 3fc72cd
1 file changed
.github/workflows/release.yaml
@@ -24,9 +24,9 @@ jobs:
24
mkdir /opt/mbed_env
25
python -m venv /opt/mbed_env/
26
source /opt/mbed_env/bin/activate
27
- python3 -m pip install mbed-cli setuptools six
+ python3 -m pip install -r extras/requirements.txt
28
+ python3 -m pip install mbed-cli setuptools
29
python3 -m pip install --upgrade six
- #python3 -m pip install -r extras/requirements.txt
30
mbed config -G GCC_ARM_PATH /opt/gcc-arm-none-eabi-9-2019-q4-major/bin/
31
32
- name: Set core version
0 commit comments