Skip to content

Commit eec6905

Browse files
authored
Merge pull request #313 from trombik/remove_workarounds
bugfix: remove a workaround for virtualenv
2 parents 50fbffc + 22c4481 commit eec6905

File tree

1 file changed

+0
-26
lines changed

1 file changed

+0
-26
lines changed

.github/workflows/build.yml

Lines changed: 0 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -130,14 +130,6 @@ jobs:
130130
submodules: recursive
131131
ref: master
132132

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-
141133
- name: Run idf_tools.py install
142134
run: |
143135
${IDF_PATH}/tools/idf_tools.py install
@@ -286,14 +278,6 @@ jobs:
286278
submodules: recursive
287279
ref: ${{ matrix.branch }}
288280

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-
297281
- name: Cache esp-idf tools
298282

299283
# cache esp-idf tools. each tagged branch has fixed versions of tools.
@@ -726,11 +710,6 @@ jobs:
726710
submodules: recursive
727711
ref: ${{ matrix.branch }}
728712

729-
- name: Fixup the SDK
730-
run: |
731-
732-
sed -i -e "s/'--no-site-packages',//" ${IDF_PATH}/tools/idf_tools.py
733-
734713
- name: Cache esp-idf tools
735714

736715
# cache esp-idf tools. each tagged branch has fixed versions of tools.
@@ -832,11 +811,6 @@ jobs:
832811
submodules: recursive
833812
ref: ${{ matrix.branch }}
834813

835-
- name: Fixup the SDK
836-
run: |
837-
838-
sed -i -e "s/'--no-site-packages',//" ${IDF_PATH}/tools/idf_tools.py
839-
840814
- name: Cache esp-idf tools
841815

842816
# cache esp-idf tools. each tagged branch has fixed versions of tools.

0 commit comments

Comments
 (0)