Skip to content

Commit b89a54b

Browse files
committed
Revert "Update test_and_deploy.yml"
This reverts commit 1383c95. Revert back to previous commit
1 parent 1383c95 commit b89a54b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/test_and_deploy.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,8 @@ jobs:
2222
runs-on: ${{ matrix.platform }}
2323
strategy:
2424
matrix:
25-
platform: [windows-latest] #ubuntu-latest, macos-latest,
26-
python-version: [3.8] # "3.9", "3.10"
25+
platform: [ubuntu-latest, windows-latest, macos-latest]
26+
python-version: [3.8, 3.9, "3.10"]
2727

2828
steps:
2929
- uses: actions/checkout@v2

0 commit comments

Comments
 (0)