Skip to content

Commit b19e350

Browse files
committed
remove binder test from stage workflow
(has now specific workflow)
1 parent 5232e2b commit b19e350

File tree

1 file changed

+0
-17
lines changed

1 file changed

+0
-17
lines changed

.github/workflows/stage.yml

Lines changed: 0 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -50,23 +50,6 @@ jobs:
5050
make docker-pdf
5151
sudo cp book/_build/latex/book.pdf book/_build/html/book.pdf
5252
53-
repo2docker-build-and-test:
54-
runs-on: ubuntu-latest
55-
steps:
56-
- uses: actions/checkout@v2
57-
58-
- name: Build Docker Container with repo2docker
59-
uses: jupyterhub/repo2docker-action@master
60-
with:
61-
NO_PUSH: 'true'
62-
IMAGE_NAME: "python4compscience-binder"
63-
64-
- name: List Available Images
65-
run: docker images
66-
67-
- name: Test with nbval
68-
run: make docker-binder-nbval
69-
7053
# - name: Publish
7154
# uses: netlify/actions/build@master
7255
# env:

0 commit comments

Comments
 (0)