Skip to content

Commit 8db9bdc

Browse files
committed
fix matrix
1 parent dc2b1f8 commit 8db9bdc

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

.github/workflows/ci.yml

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,14 @@ jobs:
3333
# Explore foundry support in windows
3434
- os: windows-2022
3535
type: foundry
36-
# brownie does not install correctly
37-
- python: [3.10, 3.11, 3.12]
36+
# brownie does not install correctly with Python 3.10
37+
- python: 3.10
38+
type: brownie
39+
# brownie does not install correctly with Python 3.11
40+
- python: 3.11
41+
type: brownie
42+
# brownie does not install correctly with Python 3.12
43+
- python: 3.12
3844
type: brownie
3945
# TODO: review failure executing npx on Windows
4046
- os: windows-2022

0 commit comments

Comments
 (0)