Skip to content

Commit

Permalink
skip win + pypy3 builds due to python-poetry/poetry#4626
Browse files Browse the repository at this point in the history
Signed-off-by: oleg.hoefling <oleg.hoefling@gmail.com>
  • Loading branch information
hoefling committed Apr 15, 2022
1 parent f18a0cc commit f9563b1
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,11 @@ jobs:
# poetry can't install with 3.6 on windows w/o a UnicodeEncodeError
- os: windows
python: 3.6
# skip pypy3 + win builds until https://github.com/python-poetry/poetry/issues/4626 is fixed
- os: windows
python: pypy-3.7
- os: windows
python: pypy-3.9
# reference: https://github.com/snok/install-poetry#running-on-windows
defaults:
run:
Expand Down

0 comments on commit f9563b1

Please sign in to comment.