Skip to content

Commit 7a0aa0f

Browse files
committed
fixed broken test
1 parent cd1e9d1 commit 7a0aa0f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/main.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@ jobs:
1818

1919
strategy:
2020
matrix:
21-
os: [ubuntu-latest] # [windows-latest, macos-latest, ubuntu-latest]
22-
python-version: [3.8] # [3.8, 3.7, 3.6]
21+
os: [windows-latest, macos-latest, ubuntu-latest]
22+
python-version: [3.8, 3.7, 3.6]
2323

2424
steps:
2525
- uses: actions/checkout@v2

0 commit comments

Comments
 (0)