Skip to content

Commit

Permalink
no longer use notebooks in CI tests
Browse files Browse the repository at this point in the history
  • Loading branch information
ceteri committed Feb 27, 2022
1 parent 21f4208 commit 884a589
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,4 @@ jobs:
run: docker logs kglab-notebooks

- uses: pre-commit/[email protected]
- name: Test all notebooks in the examples/ folder can run
run: |
docker exec -i kglab-notebooks bash -c 'python3 test.py'
- name: TODO we no longer want to test notebooks, run unit test suite instead

0 comments on commit 884a589

Please sign in to comment.