diff --git a/.github/workflows/rules.yml b/.github/workflows/rules.yml index 727612d..177ed86 100644 --- a/.github/workflows/rules.yml +++ b/.github/workflows/rules.yml @@ -11,7 +11,7 @@ jobs: if: contains(github.event.pull_request.labels.*.name, 'run-workflow') || github.event_name == 'push' strategy: matrix: - os: [ubuntu-latest, windows-latest] + os: [ubuntu-latest] python-version: [3.7, 3.8, 3.9, "3.10"] uses: qiboteam/workflows/.github/workflows/rules.yml@main with: