We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9835edc commit 1383c95Copy full SHA for 1383c95
1 file changed
.github/workflows/test_and_deploy.yml
@@ -22,8 +22,8 @@ jobs:
22
runs-on: ${{ matrix.platform }}
23
strategy:
24
matrix:
25
- platform: [ubuntu-latest, windows-latest, macos-latest]
26
- python-version: [3.8, 3.9, "3.10"]
+ platform: [windows-latest] #ubuntu-latest, macos-latest,
+ python-version: [3.8] # "3.9", "3.10"
27
28
steps:
29
- uses: actions/checkout@v2
0 commit comments