We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8688593 commit a9d6a6fCopy full SHA for a9d6a6f
1 file changed
.github/workflows/test.yml
@@ -63,8 +63,7 @@ jobs:
63
strategy:
64
matrix:
65
py_version: ["3.7", "3.8", "3.9", "3.10"]
66
- os: [ubuntu-latest, windows-latest]
67
- runs-on: "${{ matrix.os }}"
+ runs-on: "ubuntu-latest"
68
steps:
69
- uses: actions/checkout@v2
70
- name: Set up Python
0 commit comments