Skip to content

Commit

Permalink
fix(ci): guard brownie on Py3.10,3.11
Browse files Browse the repository at this point in the history
  • Loading branch information
0xalpharush committed Jan 11, 2024
1 parent e6b2f49 commit dc2b1f8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,8 @@ jobs:
# Explore foundry support in windows
- os: windows-2022
type: foundry
# brownie does not install correctly with Python 3.12
- python: 3.12
# brownie does not install correctly
- python: [3.10, 3.11, 3.12]
type: brownie
# TODO: review failure executing npx on Windows
- os: windows-2022
Expand Down

0 comments on commit dc2b1f8

Please sign in to comment.