Skip to content

Commit

Permalink
Merge pull request #95 from lightly-ai/develop
Browse files Browse the repository at this point in the history
Pre-release 1.0.8
  • Loading branch information
IgorSusmelj authored Jan 11, 2021
2 parents cc43e10 + 7434b65 commit b8a1988
Show file tree
Hide file tree
Showing 48 changed files with 2,004 additions and 527 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: Unit Tests

on: [push, pull_request]
on: [push]

jobs:
test:
Expand All @@ -17,4 +17,4 @@ jobs:
- name: Install Dependencies
run: pip install -e '.[all]'
- name: Run Pytest
run: python -m pytest -s -v
run: python -m pytest -s -v --runslow
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,5 @@ docs/source/tutorials_source/platform/pizzas
!docs/source/tutorials/package.rst
!docs/source/tutorials/platform.rst
!docs/source/tutorials/package/structure_your_input.rst
**.zip
**.zip
*.egg-info
Loading

0 comments on commit b8a1988

Please sign in to comment.