Skip to content

Commit 920eb89

Browse files
committed
Revert "change(workflow): Remove extra index URL from pip install command in Wokwi tests - for testing"
This reverts commit 349922c.
1 parent 16a88ef commit 920eb89

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/tests_wokwi.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -266,7 +266,7 @@ jobs:
266266
if: ${{ steps.check-tests.outputs.enabled == 'true' }}
267267
run: |
268268
pip install -U pip
269-
pip install -r tests/requirements.txt
269+
pip install -r tests/requirements.txt --extra-index-url https://dl.espressif.com/pypi
270270
271271
- name: Wokwi CI Server
272272
if: ${{ steps.check-tests.outputs.enabled == 'true' }}

0 commit comments

Comments
 (0)