Skip to content

Commit

Permalink
ci: disable known-broken tests with Python 3.12
Browse files Browse the repository at this point in the history
  • Loading branch information
elopez committed Nov 8, 2023
1 parent e66fab6 commit 7135957
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,15 @@ jobs:
# Explore foundry support in windows
- os: windows-2022
type: foundry
# Deprecation alerts in vyper with newer python, which trip tests
- python: 3.12
type: vyper
# brownie does not install correctly with Python 3.12
- python: 3.12
type: brownie
# TODO: review failure executing npx on Windows
- os: windows-2022
python: 3.12
steps:
- uses: actions/checkout@v4
- name: Set up shell
Expand Down

0 comments on commit 7135957

Please sign in to comment.