Skip to content

Commit b216d0d

Browse files
authored
Housekeeping (#430)
* Updated YAML to comply with linter This is mainly adding a start-markers * More YAML-Updates to comply Removed empty lines for better readability and removed some comments to make files more compact (again to improve readability) * Updated checkout-action to use newer NodeJS * Reduce number of python-versions for fater CI during development * Removed KIT-Tests in Gitlab * Updated upload-artifact-action * Updated path to images in libpressio and monodomain * Reverted to earlier upload artifact because of breaking change * Switched to upload-artifact@v4 and set individual names * Slightly changed name of artifacts for easier use of wildcards * Skipping two long running project tests for faster results * Updated paths in postprocessing * Readded projects to CI and removed printing from CI * Cupyx seesm to be needed for creation of docs * Corrected import statement * Changed name of readme to rst * Updated paths of images * Create two used images in CI * Move installation of dependencies into env-file * Updated names of links to avoid duplicate "here" * Use all python versions in CI again * Changed version of codecov and added token * Removed unused jobs in CI
1 parent d785a01 commit b216d0d

37 files changed

+130
-282
lines changed

.github/dependabot.yml

Lines changed: 15 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,17 @@
1+
---
2+
13
version: 2
24
updates:
3-
- package-ecosystem: pip
4-
directory: "/"
5-
schedule:
6-
interval: daily
7-
open-pull-requests-limit: 10
8-
ignore:
9-
- dependency-name: fenics
10-
versions:
11-
- ">= 2019.1.a"
12-
- "< 2019.2"
13-
- dependency-name: sphinx
14-
versions:
15-
- "> 1.8.5"
5+
- package-ecosystem: pip
6+
directory: "/"
7+
schedule:
8+
interval: daily
9+
open-pull-requests-limit: 10
10+
ignore:
11+
- dependency-name: fenics
12+
versions:
13+
- ">= 2019.1.a"
14+
- "< 2019.2"
15+
- dependency-name: sphinx
16+
versions:
17+
- "> 1.8.5"

0 commit comments

Comments
 (0)