Skip to content

Commit 7ca40cc

Browse files
Sheppard, KevinSheppard, Kevin
authored andcommitted
TST: Only measure performance on x86_64
Change appveyor to only run performance on x86_64
1 parent a2474f5 commit 7ca40cc

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
@@ -28,4 +28,4 @@ test_script:
2828

2929
on_success:
3030
- cd %GIT_DIR%\randomstate
31-
- python performance.py
31+
- IF %PYTHON_ARCH%==x86_64 python performance.py

0 commit comments

Comments
 (0)