diff --git a/.github/workflows/test_common.yml b/.github/workflows/test_common.yml index 0b7eb3ae..196d0135 100644 --- a/.github/workflows/test_common.yml +++ b/.github/workflows/test_common.yml @@ -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: |