Skip to content

Commit 349922c

Browse files
committed
change(workflow): Remove extra index URL from pip install command in Wokwi tests - for testing
1 parent 7443501 commit 349922c

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
@@ -269,7 +269,7 @@ jobs:
269269
if: ${{ steps.check-tests.outputs.enabled == 'true' }}
270270
run: |
271271
pip install -U pip
272-
pip install -r tests/requirements.txt --extra-index-url https://dl.espressif.com/pypi
272+
pip install -r tests/requirements.txt
273273
274274
- name: Install Wokwi CLI
275275
if: ${{ steps.check-tests.outputs.enabled == 'true' }}

0 commit comments

Comments
 (0)