diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index aec3295..e1e4577 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -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 }}