Commit 256cdb9
committed
Try to force Python x64 on Windows
It was using the 32-bit x86 Python instead of the 64-bit x86-64
Python on Windows in the `pytest-pipenv` job, which was never
intended and also caused failures in 3.10, 3.11, 3.12, and 3.13
(during an attempt to build a dependency).pytest-pipenv
1 parent ff7f723 commit 256cdb9
1 file changed
+8
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
131 | 131 | | |
132 | 132 | | |
133 | 133 | | |
| 134 | + | |
134 | 135 | | |
135 | 136 | | |
136 | 137 | | |
137 | 138 | | |
| 139 | + | |
| 140 | + | |
| 141 | + | |
| 142 | + | |
| 143 | + | |
| 144 | + | |
| 145 | + | |
138 | 146 | | |
139 | 147 | | |
140 | 148 | | |
| |||
0 commit comments