Skip to content

Commit aa6ae0b

Browse files
author
James Fletcher
committed
Adds test of installation via Pypi test server, and includes __init__.py to fix issue when importing
1 parent e524507 commit aa6ae0b

File tree

3 files changed

+1
-3
lines changed

3 files changed

+1
-3
lines changed

.circleci/config.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@ jobs:
3737
- run: date +%s > VERSION
3838
- run: cat VERSION
3939
- run: bazel run //:deploy-pip -- test $PYPI_TEST_SERVER_USERNAME $PYPI_TEST_SERVER_PASSWORD
40+
- run: pip install --index-url https://test.pypi.org/simple/ kgcn
4041

4142
deploy-git:
4243
machine: true

.gitignore

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -37,9 +37,6 @@ venv/
3737
# Python cache files
3838
__pycache__/
3939

40-
# Python init files
41-
__init__.py
42-
4340
# Model outputs
4441
out/
4542

__init__.py

Whitespace-only changes.

0 commit comments

Comments
 (0)