Skip to content

Commit c92193b

Browse files
committed
ci: fix includes
1 parent 10ded64 commit c92193b

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

.github/workflows/install.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,10 +18,11 @@ jobs:
1818

1919
exclude: # python <= 3.7 no longer supported in latest operating systems
2020
- python-version: "3.7"
21-
include: # use older macos for python 3.7
21+
include:
22+
# use older macos for python 3.7
2223
- python-version: "3.7"
2324
os: macos-13
24-
include: # use older ubuntu for python 3.7
25+
# use older ubuntu for python 3.7
2526
- python-version: "3.7"
2627
os: ubuntu-20.04
2728

0 commit comments

Comments
 (0)