Skip to content

Commit 67e06e0

Browse files
authored
Merge pull request #31 from EarthyScience/dev
allow for empty set of global parameters
2 parents f62cb86 + ea136bb commit 67e06e0

38 files changed

+4847
-113
lines changed

.github/workflows/CI.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,8 @@ jobs:
2727
- Basic
2828
- Aqua
2929
version:
30-
- '1'
30+
#- '1'
31+
- '1.11' # TODO change to 1 when 1.12 does not fail any more
3132
- '1.10'
3233
os:
3334
- ubuntu-latest

.gitignore

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,3 +18,7 @@ docs/src_stash/*.ipynb
1818
docs/src/tutorials/test.*
1919
docs/src/tutorials/tmp*
2020

21+
docs/src_stash/test1_files/figure-commonmark/fig-limits-output-1.svg
22+
docs/src_stash/*_files
23+
docs/src_stash/*.md
24+
docs/src_stash/*.html

0 commit comments

Comments
 (0)