Skip to content

Commit 5fbffe1

Browse files
authored
Update pythonpackage.yml
Drop the combo python-3.12/ubunty-latest because of odd error message.
1 parent 6b64335 commit 5fbffe1

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/pythonpackage.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,9 @@ jobs:
4040
SYSTEM_DEPS: sudo apt-get install -y libcurl4-gnutls-dev
4141
- os: macOS-latest
4242
SYSTEM_DEPS: brew install curl
43+
exclude:
44+
- python-version: "3.12"
45+
os: ubuntu-latest
4346
steps:
4447
- uses: actions/checkout@v3
4548
- name: Set up Python ${{ matrix.python-version }}

0 commit comments

Comments
 (0)