Skip to content

Commit

Permalink
ci: Move workflow to Poetry
Browse files Browse the repository at this point in the history
  • Loading branch information
alecandido committed Feb 16, 2024
1 parent c21935a commit bd9d465
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 @@ -16,7 +16,7 @@ jobs:
matrix:
os: [ubuntu-latest]
python-version: [3.8, 3.9, "3.10"]
uses: qiboteam/workflows/.github/workflows/rules.yml@main
uses: qiboteam/workflows/.github/workflows/rules-poetry.yml@main
with:
os: ${{ matrix.os }}
python-version: ${{ matrix.python-version }}
Expand Down

0 comments on commit bd9d465

Please sign in to comment.