Skip to content

Commit 7135957

Browse files
committed
ci: disable known-broken tests with Python 3.12
1 parent e66fab6 commit 7135957

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

.github/workflows/ci.yml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,15 @@ jobs:
3333
# Explore foundry support in windows
3434
- os: windows-2022
3535
type: foundry
36+
# Deprecation alerts in vyper with newer python, which trip tests
37+
- python: 3.12
38+
type: vyper
39+
# brownie does not install correctly with Python 3.12
40+
- python: 3.12
41+
type: brownie
42+
# TODO: review failure executing npx on Windows
43+
- os: windows-2022
44+
python: 3.12
3645
steps:
3746
- uses: actions/checkout@v4
3847
- name: Set up shell

0 commit comments

Comments
 (0)