From 8e80b15c1ce9a69825f1a5112b21ad504fc0f1b6 Mon Sep 17 00:00:00 2001 From: aya Date: Wed, 4 Dec 2024 13:43:32 +0200 Subject: [PATCH] Change repo name --- .github/workflows/test_common.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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: |