Skip to content

Commit 69a3e3d

Browse files
committed
Merge branch 'master' into bcwu-deploy-manifest-tests
2 parents 3303449 + 6007f1c commit 69a3e3d

File tree

30 files changed

+1801
-121
lines changed

30 files changed

+1801
-121
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,12 +15,13 @@ jobs:
1515
test:
1616
strategy:
1717
matrix:
18-
# TODO: work on windows-latest compatibility?
1918
os: [ubuntu-latest]
2019
python-version: ['3.7', '3.8', '3.9', '3.10', '3.11']
2120
include:
2221
- os: macos-latest
2322
python-version: '3.9'
23+
- os: windows-latest
24+
python-version: '3.9'
2425
runs-on: ${{ matrix.os }}
2526
name: test (py${{ matrix.python-version }} ${{ matrix.os }})
2627
steps:

0 commit comments

Comments
 (0)