Skip to content

Commit 02da5ca

Browse files
microdev1tannewt
authored andcommitted
update espressif ci
1 parent c38972b commit 02da5ca

File tree

2 files changed

+3
-6
lines changed

2 files changed

+3
-6
lines changed

.github/actions/deps/external/action.yml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -37,11 +37,7 @@ runs:
3737
- name: Install IDF tools
3838
if: inputs.port == 'espressif'
3939
run: |
40-
echo "Installing ESP-IDF tools"
41-
$IDF_PATH/tools/idf_tools.py --non-interactive install required
42-
$IDF_PATH/tools/idf_tools.py --non-interactive install cmake
43-
echo "Installing Python environment and packages"
44-
$IDF_PATH/tools/idf_tools.py --non-interactive install-python-env
40+
$IDF_PATH/install.sh
4541
rm -rf $IDF_TOOLS_PATH/dist
4642
shell: bash
4743
- name: Set environment

requirements-dev.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,8 @@ intelhex
2525
pyelftools
2626

2727
# for mbedtls certificate store
28-
cryptography
28+
# version limit due to espressif
29+
cryptography<36.1,>=2.1.4
2930

3031
# for web workflow minify
3132
minify_html

0 commit comments

Comments
 (0)