Skip to content

Commit f4c60c6

Browse files
enabling other OS workflows
1 parent 48192bc commit f4c60c6

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/test_and_deploy.yml

+1-2
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,7 @@ jobs:
2020
runs-on: ${{ matrix.platform }}
2121
strategy:
2222
matrix:
23-
platform: [ubuntu-latest]
24-
#, windows-latest, macos-latest]
23+
platform: [ubuntu-latest, windows-latest, macos-latest]
2524
python-version: [3.8, 3.9, "3.10"]
2625

2726
steps:

0 commit comments

Comments
 (0)