Add numpy to system import tests (#2380)
Installing and importing numpy tests for two cases: * The python architecture and the package architecture don't match (https://github.com/astral-sh/uv/issues/2326) * The libc of python and that of the package don't match on linux (musllinux vs manylinux, picking a compatible manylinux version) All pylint deps are py3-none-any, so they don't catch those cases.
This commit is contained in:
@@ -418,6 +418,9 @@ jobs:
|
||||
needs: build-binary-windows
|
||||
name: "check system | python3.10 on windows"
|
||||
runs-on: windows-latest
|
||||
env:
|
||||
# Avoid debug build stack overflows.
|
||||
UV_STACK_SIZE: 2000000 # 2 megabyte, double the default on windows
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
|
||||
@@ -440,6 +443,9 @@ jobs:
|
||||
needs: build-binary-windows
|
||||
name: "check system | python3.13 on windows"
|
||||
runs-on: windows-latest
|
||||
env:
|
||||
# Avoid debug build stack overflows.
|
||||
UV_STACK_SIZE: 2000000 # 2 megabyte, double the default on windows
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
|
||||
@@ -464,6 +470,9 @@ jobs:
|
||||
needs: build-binary-windows
|
||||
name: "check system | python3.12 via chocolatey"
|
||||
runs-on: windows-latest
|
||||
env:
|
||||
# Avoid debug build stack overflows.
|
||||
UV_STACK_SIZE: 2000000 # 2 megabyte, double the default on windows
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
|
||||
|
||||
Reference in New Issue
Block a user