mirror of
https://github.com/lilydjwg/nvchecker
synced 2024-12-25 08:02:21 +00:00
github actions: exclude matrix containing an upstream bug
This commit is contained in:
parent
414c20a60f
commit
1bbbdca638
5
.github/workflows/tests.yaml
vendored
5
.github/workflows/tests.yaml
vendored
@ -22,6 +22,11 @@ jobs:
|
|||||||
- aiohttp
|
- aiohttp
|
||||||
- tornado
|
- tornado
|
||||||
- httpx[http2]>=0.14.0
|
- httpx[http2]>=0.14.0
|
||||||
|
exclude:
|
||||||
|
# Python 3.7 has a bug with openssl 3.x: https://bugs.python.org/issue43788
|
||||||
|
# https://github.com/lilydjwg/nvchecker/actions/runs/4524633969/jobs/7968599431
|
||||||
|
- python-version: "3.7"
|
||||||
|
deps: tornado
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout code
|
- name: Checkout code
|
||||||
uses: actions/checkout@v3
|
uses: actions/checkout@v3
|
||||||
|
Loading…
Reference in New Issue
Block a user