@@ -130,14 +130,6 @@ jobs:
130
130
submodules : recursive
131
131
ref : master
132
132
133
- - name : Fixup the SDK
134
- run : |
135
-
136
- # XXX workaround removed option, --no-site-packages, from virtualenv. should
137
- # be removed when the following commit is merged
138
- # https://github.com/espressif/esp-idf/commit/7a18f02acd7005f7c56e62175a8d1968a1a9019d
139
- sed -i -e "s/'--no-site-packages',//" ${IDF_PATH}/tools/idf_tools.py
140
-
141
133
- name : Run idf_tools.py install
142
134
run : |
143
135
${IDF_PATH}/tools/idf_tools.py install
@@ -286,14 +278,6 @@ jobs:
286
278
submodules : recursive
287
279
ref : ${{ matrix.branch }}
288
280
289
- - name : Fixup the SDK
290
- run : |
291
-
292
- # XXX workaround removed option, --no-site-packages, from virtualenv. should
293
- # be removed when the following commit is merged
294
- # https://github.com/espressif/esp-idf/commit/7a18f02acd7005f7c56e62175a8d1968a1a9019d
295
- sed -i -e "s/'--no-site-packages',//" ${IDF_PATH}/tools/idf_tools.py
296
-
297
281
- name : Cache esp-idf tools
298
282
299
283
# cache esp-idf tools. each tagged branch has fixed versions of tools.
@@ -726,11 +710,6 @@ jobs:
726
710
submodules : recursive
727
711
ref : ${{ matrix.branch }}
728
712
729
- - name : Fixup the SDK
730
- run : |
731
-
732
- sed -i -e "s/'--no-site-packages',//" ${IDF_PATH}/tools/idf_tools.py
733
-
734
713
- name : Cache esp-idf tools
735
714
736
715
# cache esp-idf tools. each tagged branch has fixed versions of tools.
@@ -832,11 +811,6 @@ jobs:
832
811
submodules : recursive
833
812
ref : ${{ matrix.branch }}
834
813
835
- - name : Fixup the SDK
836
- run : |
837
-
838
- sed -i -e "s/'--no-site-packages',//" ${IDF_PATH}/tools/idf_tools.py
839
-
840
814
- name : Cache esp-idf tools
841
815
842
816
# cache esp-idf tools. each tagged branch has fixed versions of tools.
0 commit comments