Skip to content

Commit 5dc697d

Browse files
author
Raymond Yang
authored
Merge pull request #13 from raymondxyang/pypi_test
Update to release v1.4.1
2 parents 9ba0658 + 25731a4 commit 5dc697d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
env:
22
global:
33
- REPO_DIR=onnx
4-
- BUILD_COMMIT=8a1319733a5518bd0001842db27e2df53a306eff
4+
- BUILD_COMMIT=9e55ace55aad1ada27516038dfbdc66a8a0763db
55
- PLAT=x86_64
66
- PB_VERSION=2.6.1
77
- UNICODE_WIDTH=32

appveyor.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ environment:
3939

4040
install:
4141
- cmd: set repo_dir=onnx
42-
- cmd: set build_commit=8a1319733a5518bd0001842db27e2df53a306eff
42+
- cmd: set build_commit=9e55ace55aad1ada27516038dfbdc66a8a0763db
4343
- cmd: git submodule update --init --recursive
4444
- cmd: cd %repo_dir%
4545
- cmd: git fetch origin

0 commit comments

Comments
 (0)