From 2227eedcb1c1a42e0793ee7b5fb338c398402948 Mon Sep 17 00:00:00 2001 From: Alessandro Candido Date: Wed, 15 Jan 2025 18:10:40 +0100 Subject: [PATCH] ci: Point test workflows to working branch --- .github/workflows/rules.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/rules.yml b/.github/workflows/rules.yml index cac9eaf99..16e747cf3 100644 --- a/.github/workflows/rules.yml +++ b/.github/workflows/rules.yml @@ -13,7 +13,7 @@ jobs: matrix: os: [ubuntu-latest, macos-latest, windows-latest] python-version: ["3.9", "3.10", "3.11", "3.12"] - uses: qiboteam/workflows/.github/workflows/rules-poetry.yml@v1 + uses: qiboteam/workflows/workflows/test.yml@to-actions with: os: ${{ matrix.os }} python-version: ${{ matrix.python-version }}