ci: Drop macos and windows wheels generation

This commit is contained in:
Alessandro Candido
2024-03-02 10:28:35 +01:00
parent 2b6d85fc53
commit f6b4c5c759

View File

@@ -11,8 +11,8 @@ jobs:
build: build:
strategy: strategy:
matrix: matrix:
os: [ubuntu-latest, macos-latest, windows-latest] os: [ubuntu-latest]
python-version: [3.9, '3.10', '3.11'] python-version: [3.9, "3.10", "3.11"]
uses: qiboteam/workflows/.github/workflows/deploy-pip-poetry.yml@main uses: qiboteam/workflows/.github/workflows/deploy-pip-poetry.yml@main
with: with:
os: ${{ matrix.os }} os: ${{ matrix.os }}