File tree 2 files changed +6
-19
lines changed
2 files changed +6
-19
lines changed Original file line number Diff line number Diff line change 1
1
name : repo2docker CI
2
-
3
2
on : [push, pull_request]
4
3
5
4
jobs :
6
5
build :
7
6
runs-on : ubuntu-latest
8
7
steps :
9
- - name : Checkout
10
- uses : actions/checkout@v2
11
-
12
- - name : Set up Python 3.7
13
- uses : actions/setup-python@v1
14
- with :
15
- python-version : 3.7
16
-
17
- - name : Install repo2docker
18
- run : |
19
- python -m pip install --upgrade pip
20
- # Explicitly adding `six` as a workaround for https://github.com/docker/docker-py/pull/2844
21
- # Explicitly adding `chardet` as a workaround for https://github.com/jupyterhub/repo2docker/issues/1065
22
- python -m pip install jupyter-repo2docker six chardet
23
-
24
- - name : Build dask-tutorial Docker image
25
- run : jupyter-repo2docker --no-run --debug .
8
+ - name : Build and cache on mybinder.org
9
+ uses : jupyterhub/repo2docker-action@master
10
+ with :
11
+ NO_PUSH : true
12
+ MYBINDERORG_TAG : ${{ github.event.ref }}
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ channels:
3
3
- conda-forge
4
4
dependencies :
5
5
- python=3.9
6
- - jupyterlab=2
6
+ - jupyterlab=3
7
7
- numpy=1.23
8
8
- scipy=1.8
9
9
- bokeh=2.4
You can’t perform that action at this time.
0 commit comments