Drop tests on Windows not to exceed billing quota

This commit is contained in:
Alessandro Candido
2023-02-16 08:23:52 +01:00
parent d42041ec39
commit ed624c1889

View File

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