Skip to content

Commit

Permalink
Updated glaciers notebook [build:glaciers] (#122)
Browse files Browse the repository at this point in the history
  • Loading branch information
philippjfr authored Dec 29, 2020
1 parent 5bbb159 commit e198d3f
Show file tree
Hide file tree
Showing 5 changed files with 129 additions and 852 deletions.
15 changes: 4 additions & 11 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,23 +17,19 @@ jobs:
- uses: actions/checkout@v2
with:
fetch-depth: "100"
- uses: actions/setup-python@v2
with:
python-version: 3.7
- name: record changed
run: |
git fetch origin master
git diff origin/master ${{ github.sha }} --name-only > .diff
- uses: conda-incubator/setup-miniconda@v2
with:
miniconda-version: "latest"
- name: Fetch unshallow
run: git fetch --prune --tags --unshallow
- name: conda setup
run: |
eval "$(conda shell.bash hook)"
conda config --set always_yes True
conda install -c pyviz "pyctdev>=0.5"
doit ecosystem_setup
- name: record changed
run: |
git diff ${{ github.event.before }}...${{ github.event.after }} --name-only > .diff
- name: doit test_project
run: |
eval "$(conda shell.bash hook)"
Expand Down Expand Up @@ -62,9 +58,6 @@ jobs:
- uses: actions/checkout@v2
with:
fetch-depth: "100"
- uses: actions/setup-python@v2
with:
python-version: 3.7
- uses: conda-incubator/setup-miniconda@v2
with:
miniconda-version: "latest"
Expand Down
Loading

0 comments on commit e198d3f

Please sign in to comment.