Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 2916865

Browse filesBrowse files
authored
Merge pull request #93 from EliahKagan/ci-continue
Don't cancel other jobs from the 3.12 job failing
2 parents 295a55b + 9d126ce commit 2916865
Copy full SHA for 2916865

File tree

Expand file treeCollapse file tree

1 file changed

+6
-1
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+6
-1
lines changed

‎.github/workflows/pythonpackage.yml

Copy file name to clipboardExpand all lines: .github/workflows/pythonpackage.yml
+6-1Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,11 @@ jobs:
1616
strategy:
1717
matrix:
1818
python-version: ["3.8", "3.9", "3.10", "3.11", "3.12"]
19+
include:
20+
- experimental: false
21+
- python-version: "3.12"
22+
experimental: true
23+
continue-on-error: ${{ matrix.experimental }}
1924

2025
steps:
2126
- uses: actions/checkout@v4
@@ -25,7 +30,7 @@ jobs:
2530
uses: actions/setup-python@v4
2631
with:
2732
python-version: ${{ matrix.python-version }}
28-
allow-prereleases: true
33+
allow-prereleases: ${{ matrix.experimental }}
2934
- name: Install project and dependencies
3035
run: |
3136
python -m pip install --upgrade pip

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.