We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1383c95 commit b89a54bCopy full SHA for b89a54b
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: [windows-latest] #ubuntu-latest, macos-latest,
26
- python-version: [3.8] # "3.9", "3.10"
+ platform: [ubuntu-latest, windows-latest, macos-latest]
+ python-version: [3.8, 3.9, "3.10"]
27
28
steps:
29
- uses: actions/checkout@v2
0 commit comments