Skip to content

Commit

Permalink
Release 0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Yuriy Tyshetskiy committed Jul 4, 2018
2 parents 1750ef5 + b84b312 commit 00da0e2
Show file tree
Hide file tree
Showing 33 changed files with 3,768 additions and 2,108 deletions.
32 changes: 28 additions & 4 deletions .buildkite/pipeline.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,35 @@
steps:
- name: ":python:"
- label: ":python:"
command:
- pip install -q --no-cache-dir -r requirements.txt
- python -m pytest tests -p no:cacheprovider
- pip install -q --no-cache-dir -r requirements.txt
&& python -m pytest tests -p no:cacheprovider
plugins:
docker#v1.1.1:
docker#v1.3.0:
image: "python:3.6"
workdir: /app
environment:
- PYTHONDONTWRITEBYTECODE=1

- label: "style"
command:
- --check stellar tests
plugins:
docker#v1.3.0:
image: "513929068678.dkr.ecr.ap-southeast-2.amazonaws.com/black"
workdir: /app
entrypoint: /usr/bin/black
environment:
- PYTHONDONTWRITEBYTECODE=1

- wait: ~
continue_on_failure: true

- label: "push logs"
trigger: "buildkite-logger"
async: true
build:
env:
LOGGER_PIPELINE_SLUG: "${BUILDKITE_PIPELINE_SLUG}"
LOGGER_BUILD_NUMBER: "${BUILDKITE_BUILD_NUMBER}"
LOGGER_BRANCH: "${BUILDKITE_BRANCH}"
LOGGER_SLACK_CHANNEL: "#build-bots"
Empty file.
291 changes: 0 additions & 291 deletions demos/graphsage-movielens/example/movielens.py

This file was deleted.

Empty file.
Loading

0 comments on commit 00da0e2

Please sign in to comment.