Change repo name

This commit is contained in:
aya 2024-12-04 13:43:32 +02:00
parent e6792bf3b4
commit 8e80b15c1c

View File

@ -40,13 +40,16 @@ jobs:
steps:
- uses: actions/checkout@v4
with:
repository: waku-org/waku-interop-tests
- uses: actions/setup-python@v4
with:
python-version: '3.12'
cache: 'pip'
- run: pip install -r ${{ github.workspace }}/waku-interop-tests/requirements.txt
- run: pip install -r requirements.txt
- name: Run tests
run: |