Skip to content

Commit

Permalink
ci: Drop macos and windows wheels generation
Browse files Browse the repository at this point in the history
  • Loading branch information
alecandido committed Mar 2, 2024
1 parent 161e055 commit d9a283f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ jobs:
build:
strategy:
matrix:
os: [ubuntu-latest, macos-latest, windows-latest]
python-version: [3.9, '3.10', '3.11']
os: [ubuntu-latest]
python-version: [3.9, "3.10", "3.11"]
uses: qiboteam/workflows/.github/workflows/deploy-pip-poetry.yml@main
with:
os: ${{ matrix.os }}
Expand Down

0 comments on commit d9a283f

Please sign in to comment.