Skip to content

Commit 4e0f21c

Browse files
committed
CI(GHActions): Exclude Python 2.7 on Windows
Mini-conda has problems with this combination.
1 parent 29bba65 commit 4e0f21c

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/test-publish.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,8 @@ jobs:
2626
python-version: "3.7"
2727
- os: macos-latest
2828
python-version: "=3.9[build=*_pypy]"
29+
- os: windows-latest
30+
python-version: "2.7"
2931
include:
3032
- os: ubuntu-latest
3133
os-name: Linux

0 commit comments

Comments
 (0)