You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# <frozen importlib._bootstrap>:491: Warning: Numpy built with MINGW-W64 on Windows 64 bits is experimental, and only available for testing. You are advised not to use it for production.
46
+
- os: windows-2022
47
+
py_version: "3.14"
48
+
49
+
- os: windows-2022
50
+
py_version: "3.14t"
51
+
45
52
name: "${{ matrix.os }}-${{ matrix.py_version }}"
46
53
47
54
steps:
@@ -64,7 +71,11 @@ jobs:
64
71
shell: bash
65
72
run: |
66
73
67
-
pytest -v tests
74
+
# so that loaded modules isn't reused between modules
# <frozen importlib._bootstrap>:491: Warning: Numpy built with MINGW-W64 on Windows 64 bits is experimental, and only available for testing. You are advised not to use it for production.
# <frozen importlib._bootstrap>:491: Warning: Numpy built with MINGW-W64 on Windows 64 bits is experimental, and only available for testing. You are advised not to use it for production.
0 commit comments