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:
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 }}