Skip to content

Commit f38cb7e

Browse files
authored
disabling 64-bit builds on Appveyor (these started timing out without any changes in PySDM; we do cover 64-bit Windows builds on Github Actions; we still need Appveyor for 32-bit builds)
1 parent e9f58c6 commit f38cb7e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.appveyor.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ branches:
44
environment:
55
matrix:
66
- platform: x86
7-
- platform: x64
7+
# - platform: x64
88

99
build: false
1010

0 commit comments

Comments
 (0)