Skip to content

Commit 5410a73

Browse files
committed
MAINT: PR 830 revisions
* use Ubuntu 22.04 LTS for Python 3.10 testing to avoid mysterious issues described in gh-851
1 parent d5a7843 commit 5410a73

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.github/workflows/main_ci.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,13 @@ jobs:
2222
platform: [ubuntu-latest,
2323
macos-latest]
2424
python-version: ["3.6", "3.7", "3.8", "3.9", "3.10", "3.11"]
25+
# see gh-851
26+
exclude:
27+
- platform: ubuntu-latest
28+
python-version: "3.10"
29+
include:
30+
- platform: ubuntu-22.04
31+
python-version: "3.10"
2532
runs-on: ${{ matrix.platform }}
2633
steps:
2734
- uses: actions/checkout@v3

0 commit comments

Comments
 (0)