We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 16a88ef commit 920eb89Copy full SHA for 920eb89
.github/workflows/tests_wokwi.yml
@@ -266,7 +266,7 @@ jobs:
266
if: ${{ steps.check-tests.outputs.enabled == 'true' }}
267
run: |
268
pip install -U pip
269
- pip install -r tests/requirements.txt
+ pip install -r tests/requirements.txt --extra-index-url https://dl.espressif.com/pypi
270
271
- name: Wokwi CI Server
272
0 commit comments