change path of requirements.txt

This commit is contained in:
aya 2024-12-04 11:55:50 +02:00
parent 9580e59161
commit 7d43de8d2f

View File

@ -46,7 +46,7 @@ jobs:
python-version: '3.12'
cache: 'pip'
- run: pip install -r requirements.txt
- run: pip install -r wakuorg/waku-interop-tests/requirements.txt
- name: Run tests
run: |