Skip to content

Commit

Permalink
ci: Point test workflows to working branch
Browse files Browse the repository at this point in the history
  • Loading branch information
alecandido committed Jan 15, 2025
1 parent cbaf2c6 commit 2227eed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/rules.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down

0 comments on commit 2227eed

Please sign in to comment.